Mercurial > libavcodec.hg
comparison avcodec.h @ 1916:f2d134308a70 libavcodec
interlaced chroma MC divx-bug workaround
| author | michael |
|---|---|
| date | Fri, 02 Apr 2004 19:54:33 +0000 |
| parents | 129236143f2e |
| children | 0c23a5564489 |
comparison
equal
deleted
inserted
replaced
| 1915:284fb24da44d | 1916:f2d134308a70 |
|---|---|
| 838 #define FF_BUG_QPEL_CHROMA 64 | 838 #define FF_BUG_QPEL_CHROMA 64 |
| 839 #define FF_BUG_STD_QPEL 128 | 839 #define FF_BUG_STD_QPEL 128 |
| 840 #define FF_BUG_QPEL_CHROMA2 256 | 840 #define FF_BUG_QPEL_CHROMA2 256 |
| 841 #define FF_BUG_DIRECT_BLOCKSIZE 512 | 841 #define FF_BUG_DIRECT_BLOCKSIZE 512 |
| 842 #define FF_BUG_EDGE 1024 | 842 #define FF_BUG_EDGE 1024 |
| 843 #define FF_BUG_HPEL_CHROMA 2048 | |
| 843 //#define FF_BUG_FAKE_SCALABILITY 16 //autodetection should work 100% | 844 //#define FF_BUG_FAKE_SCALABILITY 16 //autodetection should work 100% |
| 844 | 845 |
| 845 /** | 846 /** |
| 846 * luma single coeff elimination threshold. | 847 * luma single coeff elimination threshold. |
| 847 * - encoding: set by user | 848 * - encoding: set by user |
