From 8fc6c2b5372066d39c32423959e7c523ed47bf7d Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Wed, 10 Sep 2003 11:28:18 +0000 Subject: detect old xvid with fourcc=DIVX remove "this file was encoded with ..." stuff (use debug=4096 if u want to know that) Originally committed as revision 2253 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/avcodec.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/avcodec.h') diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 9bdbeee713..8d5b30c62a 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -979,6 +979,7 @@ typedef struct AVCodecContext { #define FF_DEBUG_PTS 0x00000200 #define FF_DEBUG_ER 0x00000400 #define FF_DEBUG_MMCO 0x00000800 +#define FF_DEBUG_BUGS 0x00001000 /** * error. -- cgit v1.2.3