Mercurial > libavcodec.hg
comparison avcodec.h @ 1997:7bd3932bc918 libavcodec
AMV bug workaround
| author | michael |
|---|---|
| date | Fri, 30 Apr 2004 18:56:33 +0000 |
| parents | 8d3540dddd1b |
| children | b737b5e96ee0 |
comparison
equal
deleted
inserted
replaced
| 1996:f481d3309ad0 | 1997:7bd3932bc918 |
|---|---|
| 839 #define FF_BUG_AUTODETECT 1 ///< autodetection | 839 #define FF_BUG_AUTODETECT 1 ///< autodetection |
| 840 #define FF_BUG_OLD_MSMPEG4 2 | 840 #define FF_BUG_OLD_MSMPEG4 2 |
| 841 #define FF_BUG_XVID_ILACE 4 | 841 #define FF_BUG_XVID_ILACE 4 |
| 842 #define FF_BUG_UMP4 8 | 842 #define FF_BUG_UMP4 8 |
| 843 #define FF_BUG_NO_PADDING 16 | 843 #define FF_BUG_NO_PADDING 16 |
| 844 #define FF_BUG_AMV 32 | |
| 844 #define FF_BUG_AC_VLC 0 ///< will be removed, libavcodec can now handle these non compliant files by default | 845 #define FF_BUG_AC_VLC 0 ///< will be removed, libavcodec can now handle these non compliant files by default |
| 845 #define FF_BUG_QPEL_CHROMA 64 | 846 #define FF_BUG_QPEL_CHROMA 64 |
| 846 #define FF_BUG_STD_QPEL 128 | 847 #define FF_BUG_STD_QPEL 128 |
| 847 #define FF_BUG_QPEL_CHROMA2 256 | 848 #define FF_BUG_QPEL_CHROMA2 256 |
| 848 #define FF_BUG_DIRECT_BLOCKSIZE 512 | 849 #define FF_BUG_DIRECT_BLOCKSIZE 512 |
