[FFmpeg-devel] [PATCH]Fix MPlayer VC1 vdpau decoding

Carl Eugen Hoyos cehoyos
Thu Feb 26 01:01:36 CET 2009


Michael Niedermayer <michaelni <at> gmx.at> writes:

> > @@ -4395,5 +4396,6 @@
> >      CODEC_CAP_DR1 | CODEC_CAP_DELAY | CODEC_CAP_HWACCEL_VDPAU,
> >      NULL,
> >      .long_name = NULL_IF_CONFIG_SMALL("SMPTE VC-1 VDPAU"),
> > +    .pix_fmts = (enum PixelFormat[]){PIX_FMT_VDPAU_VC1, PIX_FMT_NONE}
> >  };
> >  #endif
> 
> looks ok

I applied the patch (it seems not correct to me to set
pix_fmts=ff_pixfmt_list_420 for vdpau)

Carl Eugen






More information about the ffmpeg-devel mailing list