diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2002-10-22 18:55:20 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2002-10-22 18:55:20 +0000 |
commit | 03e93d35b0167a7f163a0e480567e97260920d08 (patch) | |
tree | d2a981154aa4543ca5b7dba40df08d4ce5622b20 /libavcodec/avcodec.h | |
parent | 3b4b29dcd9c5da2ba40a34ce3d9eb3a7f659ba77 (diff) | |
download | ffmpeg-03e93d35b0167a7f163a0e480567e97260920d08.tar.gz |
xvid qpel bug workaround
Originally committed as revision 1063 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 86d9b6f586..b84c905337 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -426,6 +426,7 @@ typedef struct AVCodecContext { #define FF_BUG_UMP4 8 #define FF_BUG_NO_PADDING 16 #define FF_BUG_AC_VLC 32 +#define FF_BUG_QPEL_CHROMA 64 //#define FF_BUG_FAKE_SCALABILITY 16 //autodetection should work 100% /** |