> 
> At work we added an "int interlacing;" field to AVCodecContext. It's
> only set by a few decoders though (no demuxer sets it), and doesn't
> provide field order information.
> To support field order, "interlacing" could have the value of 0/1/2
> (progressive, TFF, BFF) or a separate field could be used (like AVFrame
> does). Do those sound like decent ideas?
> 

Splendid idea :)

MvH
Benjamin Larsson
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to