comparison 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
comparison
equal deleted inserted replaced
1524:7f9f0bedc2e1 1525:39efe24058ad
674 #define FF_BUG_AUTODETECT 1 ///< autodetection 674 #define FF_BUG_AUTODETECT 1 ///< autodetection
675 #define FF_BUG_OLD_MSMPEG4 2 675 #define FF_BUG_OLD_MSMPEG4 2
676 #define FF_BUG_XVID_ILACE 4 676 #define FF_BUG_XVID_ILACE 4
677 #define FF_BUG_UMP4 8 677 #define FF_BUG_UMP4 8
678 #define FF_BUG_NO_PADDING 16 678 #define FF_BUG_NO_PADDING 16
679 #define FF_BUG_AC_VLC 32 679 #define FF_BUG_AC_VLC 0 ///< will be removed, libavcodec can now handle these non compliant files by default
680 #define FF_BUG_QPEL_CHROMA 64 680 #define FF_BUG_QPEL_CHROMA 64
681 #define FF_BUG_STD_QPEL 128 681 #define FF_BUG_STD_QPEL 128
682 #define FF_BUG_QPEL_CHROMA2 256 682 #define FF_BUG_QPEL_CHROMA2 256
683 #define FF_BUG_DIRECT_BLOCKSIZE 512 683 #define FF_BUG_DIRECT_BLOCKSIZE 512
684 #define FF_BUG_EDGE 1024 684 #define FF_BUG_EDGE 1024