diff avcodec.h @ 1137:7fb0b38ab5a3 libavcodec

cleaner & more flexible edge bug workaround
author michaelni
date Sat, 15 Mar 2003 20:47:09 +0000
parents c54b6c2a62c7
children e10e841c9bf0
line wrap: on
line diff
--- a/avcodec.h	Sat Mar 15 02:06:09 2003 +0000
+++ b/avcodec.h	Sat Mar 15 20:47:09 2003 +0000
@@ -583,6 +583,7 @@
 #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%
         
     /**