On Sat, Nov 26, 2011 at 03:35:27PM +0100, Luca Barbato wrote:
> Document it a little and possibly fix a bug in dxva2_vc1
>
> --- a/libavcodec/vc1.h
> +++ b/libavcodec/vc1.h
> @@ -161,6 +161,16 @@ enum COTypes {
>
> +/**
> + * FCM Frame Coding Mode
> + * @note some content might be marked interlaced
> + * but have fcm set to 0 as well (e.g. HD-DVD)
> + */
> +enum FrameCodingMode {
> + PROGRESSIVE = 0, ///< in the bitstream is reported as 00b
> + ILACE_FRAME, ///< in the bitstream is reported as 10b
> + ILACE_FIELD ///< in the bitstream is reported as 11b
reported as XXX in the bitstream
The two spaces after the comment marker look slightly weird.
Diego
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel