On Sat, Nov 26, 2011 at 05:00:48PM +0100, Diego Biurrun wrote:
> 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

as simply 0b (i.e. one bit code)
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to