mirror of https://bitbucket.org/ausocean/av.git
codec/mjpeg/jpeg.go: removed white space
This commit is contained in:
parent
7fca2257a4
commit
fcb8f18e1f
|
@ -342,7 +342,6 @@ func writeHeader(p []byte, _type, width, height, nbqTab int, dri uint16, qtable
|
|||
for i := 0; i < nbqTab; i++ {
|
||||
p[idx] = byte(i)
|
||||
idx++
|
||||
|
||||
idx += copy(p[idx:], qtable[64*i:(64*i)+64])
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue