diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-02-23 08:01:35 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-02-23 18:22:45 +0100 |
commit | 1f5e9ede233b4acd5324af2686a9a8ffcb9a9a9d (patch) | |
tree | 0cd96b5221875deb93a04315fb0fcea64af97457 /libavformat/version.h | |
parent | 4c262dc140cf8f62d46aac6b7ed0290d3380a0a4 (diff) | |
download | ffmpeg-1f5e9ede233b4acd5324af2686a9a8ffcb9a9a9d.tar.gz |
lavf: postpone removal of public metadata conversion API
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/version.h')
-rw-r--r-- | libavformat/version.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libavformat/version.h b/libavformat/version.h index 494cf11a25..f42deb6320 100644 --- a/libavformat/version.h +++ b/libavformat/version.h @@ -47,6 +47,9 @@ #ifndef FF_API_OLD_METADATA #define FF_API_OLD_METADATA (LIBAVFORMAT_VERSION_MAJOR < 53) #endif +#ifndef FF_API_OLD_METADATA2 +#define FF_API_OLD_METADATA2 (LIBAVFORMAT_VERSION_MAJOR < 54) +#endif #ifndef FF_API_URL_CLASS #define FF_API_URL_CLASS (LIBAVFORMAT_VERSION_MAJOR >= 53) #endif |