diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2003-09-10 11:28:18 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2003-09-10 11:28:18 +0000 |
commit | 8fc6c2b5372066d39c32423959e7c523ed47bf7d (patch) | |
tree | 8d671c8eb7bd21a364476ea5370efc9052b5aa6d /libavcodec/avcodec.h | |
parent | 2187d9482edb98c7060266a9dc9fda314ae7e7be (diff) | |
download | ffmpeg-8fc6c2b5372066d39c32423959e7c523ed47bf7d.tar.gz |
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
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 1 |
1 files changed, 1 insertions, 0 deletions
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. |