diff options
author | Mark Thompson <mrt@jkqxz.net> | 2016-03-07 22:34:59 +0000 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2016-03-19 15:40:22 +0100 |
commit | d264c720f7b74286840719e506daba39f83b438b (patch) | |
tree | 3356645831e636395b559fb51c2205cbd5335a4b /libavcodec/h263dec.c | |
parent | b1f01e85a92d401a9b29c79f23db36b7685e8c09 (diff) | |
download | ffmpeg-d264c720f7b74286840719e506daba39f83b438b.tar.gz |
lavu: deprecate AV_PIX_FMT_VAAPI_*, replace with AV_PIX_FMT_VAAPI
Signed-off-by: Anton Khirnov <anton@khirnov.net>
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 9e8cea5a9a..10db4d9211 100644 --- a/libavcodec/h263dec.c +++ b/libavcodec/h263dec.c @@ -655,7 +655,7 @@ intrax8_decoded: const enum AVPixelFormat ff_h263_hwaccel_pixfmt_list_420[] = { #if CONFIG_H263_VAAPI_HWACCEL || CONFIG_MPEG4_VAAPI_HWACCEL - AV_PIX_FMT_VAAPI_VLD, + AV_PIX_FMT_VAAPI, #endif #if CONFIG_MPEG4_VDPAU_HWACCEL AV_PIX_FMT_VDPAU, |