Skip to content

jpegparse: avi1 tag can be progressive

AVI1 tag in APP0 is trivalue: 0 not interleaved, 1 odd, 2 even.

So if avi1 is zero then the frame is progressive.

Also, this patch adds a couple log messages.

Fixes: #3414 (closed)

Merge request reports