interlaced chroma MC divx-bug workaround

Originally committed as revision 2947 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer
2004-04-02 19:54:33 +00:00
parent 8680741006
commit b44bdf7eec
3 changed files with 14 additions and 3 deletions

View File

@@ -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%
/**