diff options
author | Guenter Bartsch <guenter@users.sourceforge.net> | 2003-03-21 12:26:05 +0000 |
---|---|---|
committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2003-03-21 12:26:05 +0000 |
commit | b255ed200ac2f628c82e6e5420e0a8f310003a78 (patch) | |
tree | b7e425338dc95c215df3df00616c319889bc2d05 /src/libffmpeg/libavcodec/avcodec.h | |
parent | fab960c330cfedd8cdd1476b42394353dccd50f1 (diff) | |
download | xine-lib-b255ed200ac2f628c82e6e5420e0a8f310003a78.tar.gz xine-lib-b255ed200ac2f628c82e6e5420e0a8f310003a78.tar.bz2 |
libavcodec divx/xvid qpel bug workaround ported from ffmpeg cvs
CVS patchset: 4458
CVS date: 2003/03/21 12:26:05
Diffstat (limited to 'src/libffmpeg/libavcodec/avcodec.h')
-rw-r--r-- | src/libffmpeg/libavcodec/avcodec.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libffmpeg/libavcodec/avcodec.h b/src/libffmpeg/libavcodec/avcodec.h index 6ee2b84cd..06b348fa7 100644 --- a/src/libffmpeg/libavcodec/avcodec.h +++ b/src/libffmpeg/libavcodec/avcodec.h @@ -523,6 +523,7 @@ typedef struct AVCodecContext { #define FF_BUG_AC_VLC 32 #define FF_BUG_QPEL_CHROMA 64 #define FF_BUG_STD_QPEL 128 +#define FF_BUG_QPEL_CHROMA2 256 //#define FF_BUG_FAKE_SCALABILITY 16 //autodetection should work 100% /** |