diff options
author | Anton Khirnov <anton@khirnov.net> | 2013-10-27 11:42:05 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-10-31 20:24:30 +0100 |
commit | eb5920c195d1b0bda81782af4ba0c5982f5225b3 (patch) | |
tree | bc6b82c59f6417f0655f4f85da02bccd71b73f41 /libavcodec/version.h | |
parent | 0300962b76644f145b773439989a5cdf1667e162 (diff) | |
download | ffmpeg-eb5920c195d1b0bda81782af4ba0c5982f5225b3.tar.gz |
lavc: deprecate unused FF_BUG_OLD_MSMPEG4
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r-- | libavcodec/version.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h index 0e2ae6f05d..bf0ed7339d 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 */ |