mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-28 10:22:10 +00:00
avutil/version: add FF_CONST_AVUTIL53
This will become "const" on the next major API version Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
dbd1fdd214
commit
0fdc3cd86f
@ -138,6 +138,14 @@
|
||||
#define FF_API_OPT_TYPE_METADATA (LIBAVUTIL_VERSION_MAJOR < 54)
|
||||
#endif
|
||||
|
||||
#ifndef FF_CONST_AVUTIL53
|
||||
#if LIBAVUTIL_VERSION_MAJOR >= 53
|
||||
#define FF_CONST_AVUTIL53 const
|
||||
#else
|
||||
#define FF_CONST_AVUTIL53
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/**
|
||||
* @}
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user