diff options
author | RĂ©mi Denis-Courmont <remi@remlab.net> | 2015-10-28 21:21:51 +0200 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2015-10-30 12:46:56 +0100 |
commit | d35d0c723e3c8fc8cde76bf677f67928f5e179a8 (patch) | |
tree | bfccb84b4e2cc53031e458e8c84d127c22ba71bb /libavcodec/h263dec.c | |
parent | f53583ea6e2e3fda4e4aa363f9a62cff4285affb (diff) | |
download | ffmpeg-d35d0c723e3c8fc8cde76bf677f67928f5e179a8.tar.gz |
vdpau: remove dysfunctional H.263 support
The VDPAU API never explicitly supported H.263 in the first place.
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
Diffstat (limited to 'libavcodec/h263dec.c')
-rw-r--r-- | libavcodec/h263dec.c | 2 |
1 files changed, 1 insertions, 1 deletions
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, |