diff options
author | Michael Niedermayer | 2004-04-02 19:54:33 +0000 |
---|---|---|
committer | Michael Niedermayer | 2004-04-02 19:54:33 +0000 |
commit | b44bdf7eec8b84df81a0e688984157e4247e92ec (patch) | |
tree | e1b416cec89d5177563a19962fa86c434008920b /libavcodec/avcodec.h | |
parent | 8680741006c9bf4476e231f1b71f0d3f78ee8f42 (diff) |
interlaced chroma MC divx-bug workaround
Originally committed as revision 2947 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 62743b3ef6..909dec1545 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -840,6 +840,7 @@ typedef struct AVCodecContext { #define FF_BUG_QPEL_CHROMA2 256 #define FF_BUG_DIRECT_BLOCKSIZE 512 #define FF_BUG_EDGE 1024 +#define FF_BUG_HPEL_CHROMA 2048 //#define FF_BUG_FAKE_SCALABILITY 16 //autodetection should work 100% /** |