From d35d0c723e3c8fc8cde76bf677f67928f5e179a8 Mon Sep 17 00:00:00 2001 From: RĂ©mi Denis-Courmont Date: Wed, 28 Oct 2015 21:21:51 +0200 Subject: vdpau: remove dysfunctional H.263 support The VDPAU API never explicitly supported H.263 in the first place. Signed-off-by: Vittorio Giovara --- libavcodec/h263dec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/h263dec.c') diff --git a/libavcodec/h263dec.c b/libavcodec/h263dec.c index fd1e57b764..9e8cea5a9a 100644 --- a/libavcodec/h263dec.c +++ b/libavcodec/h263dec.c @@ -657,7 +657,7 @@ const enum AVPixelFormat ff_h263_hwaccel_pixfmt_list_420[] = { #if CONFIG_H263_VAAPI_HWACCEL || CONFIG_MPEG4_VAAPI_HWACCEL AV_PIX_FMT_VAAPI_VLD, #endif -#if CONFIG_H263_VDPAU_HWACCEL || CONFIG_MPEG4_VDPAU_HWACCEL +#if CONFIG_MPEG4_VDPAU_HWACCEL AV_PIX_FMT_VDPAU, #endif AV_PIX_FMT_YUV420P, -- cgit v1.2.3