Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2013-10-27 14:42:05 +0400
committerAnton Khirnov <anton@khirnov.net>2013-10-31 23:24:30 +0400
commiteb5920c195d1b0bda81782af4ba0c5982f5225b3 (patch)
treebc6b82c59f6417f0655f4f85da02bccd71b73f41 /libavcodec/avcodec.h
parent0300962b76644f145b773439989a5cdf1667e162 (diff)
lavc: deprecate unused FF_BUG_OLD_MSMPEG4
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index c91df59163..76b3fc411f 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -2251,7 +2251,9 @@ typedef struct AVCodecContext {
*/
int workaround_bugs;
#define FF_BUG_AUTODETECT 1 ///< autodetection
+#if FF_API_OLD_MSMPEG4
#define FF_BUG_OLD_MSMPEG4 2
+#endif
#define FF_BUG_XVID_ILACE 4
#define FF_BUG_UMP4 8
#define FF_BUG_NO_PADDING 16