[FFmpeg-devel] [PATCH 3/7] lavf/mxfdec: support j2k codec with interlaced layout

Carl Eugen Hoyos cehoyos at ag.or.at
Thu Mar 28 16:00:53 CET 2013


Matthieu Bouron <matthieu.bouron <at> gmail.com> writes:

> +                if (descriptor->frame_layout == SegmentedFrame ||
> +                    descriptor->frame_layout == SeparateFields) {
> +                    st->codec->extradata_size = 2;

Shouldn't this be stream metadata?

Carl Eugen



More information about the ffmpeg-devel mailing list