diff avcodec.h @ 984:e162c09efbe7 libavcodec

qpel fix
author michaelni
date Thu, 09 Jan 2003 20:42:37 +0000
parents c5aef83c6a3f
children 295ec9bebf93
line wrap: on
line diff
--- a/avcodec.h	Thu Jan 09 11:37:08 2003 +0000
+++ b/avcodec.h	Thu Jan 09 20:42:37 2003 +0000
@@ -5,8 +5,8 @@
 
 #define LIBAVCODEC_VERSION_INT 0x000406
 #define LIBAVCODEC_VERSION     "0.4.6"
-#define LIBAVCODEC_BUILD       4652
-#define LIBAVCODEC_BUILD_STR   "4652"
+#define LIBAVCODEC_BUILD       4653
+#define LIBAVCODEC_BUILD_STR   "4653"
 
 enum CodecID {
     CODEC_ID_NONE, 
@@ -520,6 +520,7 @@
 #define FF_BUG_NO_PADDING       16
 #define FF_BUG_AC_VLC           32
 #define FF_BUG_QPEL_CHROMA      64
+#define FF_BUG_STD_QPEL         128
 //#define FF_BUG_FAKE_SCALABILITY 16 //autodetection should work 100%
         
     /**