diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2003-03-15 20:47:09 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2003-03-15 20:47:09 +0000 |
commit | 1c6dcb0f420c747b263d5c17641ae9c216c2e9de (patch) | |
tree | 256457d99ff8daa9150643f35c25880d42681992 /libavcodec/avcodec.h | |
parent | d518aebdee8bb5068f43e4fef783dc63ced1679c (diff) | |
download | ffmpeg-1c6dcb0f420c747b263d5c17641ae9c216c2e9de.tar.gz |
cleaner & more flexible edge bug workaround
Originally committed as revision 1685 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 93907072ad..47fc5efa15 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -583,6 +583,7 @@ typedef struct AVCodecContext { #define FF_BUG_STD_QPEL 128 #define FF_BUG_QPEL_CHROMA2 256 #define FF_BUG_DIRECT_BLOCKSIZE 512 +#define FF_BUG_EDGE 1024 //#define FF_BUG_FAKE_SCALABILITY 16 //autodetection should work 100% /** |