[FFmpeg-devel] [PATCH] avcodec/jpeg2000dec: support of 2 fields in 1 AVPacket

Kieran Kunhya kierank at obe.tv
Fri Feb 16 04:17:30 EET 2024


>
> I may be missing something from the previous discussion, but the
> AV_FRAME_FLAG_INTERLACED should indicate when that is the case.
> I am not familiar enough with j2k code to know if that flag is correctly
> set or not.
>
>
AV_FRAME_FLAG_INTERLACED signals two fields which are interleaved. What the
OP wants is a single field in an AVFrame.

(insert rant about why interlaced is evil blah blah).

Kieran


More information about the ffmpeg-devel mailing list