diff options
author | Sebastien Zwickert <dilaroga@gmail.com> | 2012-08-12 17:03:05 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-08-14 03:39:23 +0200 |
commit | 7f3dfd2010c6f92447e34ccbbb303b0fd18997ff (patch) | |
tree | 1d2c8bc2601c0706a81db69bf6e27b7307a1b526 /libavcodec/version.h | |
parent | 47682ddc227742e9f401d3f33c4c07789381798a (diff) | |
download | ffmpeg-7f3dfd2010c6f92447e34ccbbb303b0fd18997ff.tar.gz |
vda: support synchronous decoding.
Note that the symbols used to run the hardware decoder in asynchronous mode
has been marked as deprecated and will be dropped at a future version dump.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r-- | libavcodec/version.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h index c877fe90a9..8fd2164fac 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -90,4 +90,8 @@ #define FF_API_CODEC_ID (LIBAVCODEC_VERSION_MAJOR < 55) #endif +#ifndef FF_API_VDA_ASYNC +#define FF_API_VDA_ASYNC (LIBAVCODEC_VERSION_MAJOR < 55) +#endif + #endif /* AVCODEC_VERSION_H */ |