diff options
author | Anton Khirnov <anton@khirnov.net> | 2014-08-06 19:47:54 +0000 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2014-08-09 16:57:10 +0000 |
commit | f4c444e17d137c786f0ed2da0e5943df505d5f9e (patch) | |
tree | 325f19fc0f8574455a3ae4897a1e0dc1af355931 /libavformat | |
parent | 7acdd3a1275bcd9cad48f9632169f6bbaeb39d84 (diff) | |
download | ffmpeg-f4c444e17d137c786f0ed2da0e5943df505d5f9e.tar.gz |
Postpone API-incompatible changes until the next bump.
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/version.h b/libavformat/version.h index fbf5a0cc8b..db5dd26428 100644 --- a/libavformat/version.h +++ b/libavformat/version.h @@ -52,7 +52,7 @@ #define FF_API_REFERENCE_DTS (LIBAVFORMAT_VERSION_MAJOR < 56) #endif #ifndef FF_API_LAVF_BITEXACT -#define FF_API_LAVF_BITEXACT (LIBAVFORMAT_VERSION_MAJOR < 56) +#define FF_API_LAVF_BITEXACT (LIBAVFORMAT_VERSION_MAJOR < 57) #endif #ifndef FF_API_LAVF_FRAC #define FF_API_LAVF_FRAC (LIBAVFORMAT_VERSION_MAJOR < 57) |