On Wed, 28 Oct 2015 20:59:01 +0100
Luca Barbato <[email protected]> wrote:

> On 28/10/15 20:21, Rémi Denis-Courmont wrote:
> > The VDPAU API never explicitly supported H.263 in the first place.
> > ---
> >  configure                |  2 --
> >  libavcodec/Makefile      |  1 -
> >  libavcodec/allcodecs.c   |  1 -
> >  libavcodec/vdpau_mpeg4.c | 24 ------------------------
> >  4 files changed, 28 deletions(-)  
> 
> 
> Hum? this part below maybe is a stray? Patch ok I think.
> 
> > -#if CONFIG_MPEG4_VDPAU_HWACCEL
> >  static int vdpau_mpeg4_init(AVCodecContext *avctx)
> >  {
> >      VdpDecoderProfile profile;
> > @@ -142,4 +119,3 @@ AVHWAccel ff_mpeg4_vdpau_hwaccel = {
> >      .uninit         = ff_vdpau_common_uninit,
> >      .priv_data_size = sizeof(VDPAUContext),
> >  };
> > -#endif
> >   

vdpau_mpeg4.c was used to generate both the h263 and mpeg4 decoders, and
this was needed if h263 was enabled, but mpeg4 disabled.

I also agree with the patch.
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to