aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/version.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2013-10-27 16:30:38 +0100
committerAnton Khirnov <anton@khirnov.net>2013-11-14 09:40:27 +0100
commitb45c87083de67969c1598cfef41e7c947b137922 (patch)
tree8d838d4bba017d230124d34571adab34a00fe21e /libavcodec/version.h
parent8941971a8f2e24b9a84fe29f128d13ceb89c0a65 (diff)
downloadffmpeg-b45c87083de67969c1598cfef41e7c947b137922.tar.gz
lavc: schedule unused FF_QSCALE_TYPE_* for removal on next bump
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r--libavcodec/version.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h
index 954d1201bd..ea79bd953c 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -103,5 +103,8 @@
#ifndef FF_API_ERROR_RATE
#define FF_API_ERROR_RATE (LIBAVCODEC_VERSION_MAJOR < 56)
#endif
+#ifndef FF_API_QSCALE_TYPE
+#define FF_API_QSCALE_TYPE (LIBAVCODEC_VERSION_MAJOR < 56)
+#endif
#endif /* AVCODEC_VERSION_H */