On Tue, Apr 9, 2013 at 10:16 AM, Yusuke Nakamura <
muken.the.vfrman...@gmail.com> wrote:

> Attached patches support setting field order information for H.264, VC-1
> and MPEG-2 video stream by parsing.
>
>
AVCodecContext already has a field order flag, and the parser always gets a
AVCodecContext, duplicating the flag into another struct seems pointless.

Note that this is also per-frame metadata, and as such a field in a global
struct may not be the best choice, as it can change from frame to frame
(and in properly flagged soft-telecined material, it also does that)
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to