summaryrefslogtreecommitdiffstats
path: root/libavcodec/version.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2013-10-27 11:42:05 +0100
committerAnton Khirnov <anton@khirnov.net>2013-10-31 20:24:30 +0100
commiteb5920c195d1b0bda81782af4ba0c5982f5225b3 (patch)
treebc6b82c59f6417f0655f4f85da02bccd71b73f41 /libavcodec/version.h
parent0300962b76644f145b773439989a5cdf1667e162 (diff)
downloadffmpeg-streaming-eb5920c195d1b0bda81782af4ba0c5982f5225b3.zip
ffmpeg-streaming-eb5920c195d1b0bda81782af4ba0c5982f5225b3.tar.gz
lavc: deprecate unused FF_BUG_OLD_MSMPEG4
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 0e2ae6f..bf0ed73 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -82,5 +82,8 @@
#ifndef FF_API_AC_VLC
#define FF_API_AC_VLC (LIBAVCODEC_VERSION_MAJOR < 56)
#endif
+#ifndef FF_API_OLD_MSMPEG4
+#define FF_API_OLD_MSMPEG4 (LIBAVCODEC_VERSION_MAJOR < 56)
+#endif
#endif /* AVCODEC_VERSION_H */
OpenPOWER on IntegriCloud