summaryrefslogtreecommitdiff
path: root/libavformat/version.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2014-08-06 19:47:54 +0000
committerAnton Khirnov <anton@khirnov.net>2014-08-09 16:57:10 +0000
commitf4c444e17d137c786f0ed2da0e5943df505d5f9e (patch)
tree325f19fc0f8574455a3ae4897a1e0dc1af355931 /libavformat/version.h
parent7acdd3a1275bcd9cad48f9632169f6bbaeb39d84 (diff)
Postpone API-incompatible changes until the next bump.
Diffstat (limited to 'libavformat/version.h')
-rw-r--r--libavformat/version.h2
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)