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
> 

_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to