From 1c6dcb0f420c747b263d5c17641ae9c216c2e9de Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sat, 15 Mar 2003 20:47:09 +0000 Subject: cleaner & more flexible edge bug workaround Originally committed as revision 1685 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/avcodec.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/avcodec.h') 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% /** -- cgit v1.2.3