summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2003-03-15 20:47:09 +0000
committerMichael Niedermayer <michaelni@gmx.at>2003-03-15 20:47:09 +0000
commit1c6dcb0f420c747b263d5c17641ae9c216c2e9de (patch)
tree256457d99ff8daa9150643f35c25880d42681992 /libavcodec/avcodec.h
parentd518aebdee8bb5068f43e4fef783dc63ced1679c (diff)
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.h1
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%
/**