diff avcodec.h @ 1525:39efe24058ad libavcodec

dont check if the ac esc 3 could have been stored as vlc as this detects only very few errors allthough it detects several buggy encoders
author michael
date Mon, 13 Oct 2003 11:13:10 +0000
parents b44267fc5ec4
children bcb30ec7e86f
line wrap: on
line diff
--- a/avcodec.h	Mon Oct 13 08:02:46 2003 +0000
+++ b/avcodec.h	Mon Oct 13 11:13:10 2003 +0000
@@ -676,7 +676,7 @@
 #define FF_BUG_XVID_ILACE       4
 #define FF_BUG_UMP4             8
 #define FF_BUG_NO_PADDING       16
-#define FF_BUG_AC_VLC           32
+#define FF_BUG_AC_VLC           0  ///< will be removed, libavcodec can now handle these non compliant files by default
 #define FF_BUG_QPEL_CHROMA      64
 #define FF_BUG_STD_QPEL         128
 #define FF_BUG_QPEL_CHROMA2     256