Mercurial > libavcodec.hg
comparison avcodec.h @ 942:c237f5db1c22 libavcodec
correcter mpeg4 headers
| author | michaelni |
|---|---|
| date | Mon, 30 Dec 2002 00:28:42 +0000 |
| parents | ef769ec24115 |
| children | 463f7260b155 |
comparison
equal
deleted
inserted
replaced
| 941:1e4ab5fdfca1 | 942:c237f5db1c22 |
|---|---|
| 824 #define FF_DEBUG_RC 2 | 824 #define FF_DEBUG_RC 2 |
| 825 #define FF_DEBUG_BITSTREAM 4 | 825 #define FF_DEBUG_BITSTREAM 4 |
| 826 #define FF_DEBUG_MB_TYPE 8 | 826 #define FF_DEBUG_MB_TYPE 8 |
| 827 #define FF_DEBUG_QP 16 | 827 #define FF_DEBUG_QP 16 |
| 828 #define FF_DEBUG_MV 32 | 828 #define FF_DEBUG_MV 32 |
| 829 #define FF_DEBUG_VIS_MV 64 | 829 #define FF_DEBUG_VIS_MV 0x00000040 |
| 830 #define FF_DEBUG_SKIP 128 | 830 #define FF_DEBUG_SKIP 0x00000080 |
| 831 #define FF_DEBUG_STARTCODE 0x00000100 | |
| 832 #define FF_DEBUG_PTS 0x00000200 | |
| 831 | 833 |
| 832 /** | 834 /** |
| 833 * error | 835 * error |
| 834 * encoding: set by lavc if flags&CODEC_FLAG_PSNR | 836 * encoding: set by lavc if flags&CODEC_FLAG_PSNR |
| 835 * decoding: unused | 837 * decoding: unused |
