diff avcodec.h @ 1048:75a659fae7e0 libavcodec

divx503 decoding fix
author michaelni
date Sun, 02 Feb 2003 23:34:30 +0000
parents 1d906a29afb6
children f07fd48c23d4
line wrap: on
line diff
--- a/avcodec.h	Sun Feb 02 19:53:01 2003 +0000
+++ b/avcodec.h	Sun Feb 02 23:34:30 2003 +0000
@@ -1,6 +1,13 @@
 #ifndef AVCODEC_H
 #define AVCODEC_H
 
+/**
+ * @file avcodec.h
+ * @brief 
+ *     external api header
+ */
+
+
 #ifdef __cplusplus
 extern "C" {
 #endif
@@ -523,6 +530,7 @@
 #define FF_BUG_AC_VLC           32
 #define FF_BUG_QPEL_CHROMA      64
 #define FF_BUG_STD_QPEL         128
+#define FF_BUG_QPEL_CHROMA2     256
 //#define FF_BUG_FAKE_SCALABILITY 16 //autodetection should work 100%
         
     /**