Mercurial > libavcodec.hg
comparison avcodec.h @ 1457:460e5ead6722 libavcodec
detect old xvid with fourcc=DIVX
remove "this file was encoded with ..." stuff (use debug=4096 if u want to know that)
| author | michaelni |
|---|---|
| date | Wed, 10 Sep 2003 11:28:18 +0000 |
| parents | 7c73537bc994 |
| children | 40b69d238beb |
comparison
equal
deleted
inserted
replaced
| 1456:670fca257a69 | 1457:460e5ead6722 |
|---|---|
| 977 #define FF_DEBUG_SKIP 0x00000080 | 977 #define FF_DEBUG_SKIP 0x00000080 |
| 978 #define FF_DEBUG_STARTCODE 0x00000100 | 978 #define FF_DEBUG_STARTCODE 0x00000100 |
| 979 #define FF_DEBUG_PTS 0x00000200 | 979 #define FF_DEBUG_PTS 0x00000200 |
| 980 #define FF_DEBUG_ER 0x00000400 | 980 #define FF_DEBUG_ER 0x00000400 |
| 981 #define FF_DEBUG_MMCO 0x00000800 | 981 #define FF_DEBUG_MMCO 0x00000800 |
| 982 #define FF_DEBUG_BUGS 0x00001000 | |
| 982 | 983 |
| 983 /** | 984 /** |
| 984 * error. | 985 * error. |
| 985 * - encoding: set by lavc if flags&CODEC_FLAG_PSNR | 986 * - encoding: set by lavc if flags&CODEC_FLAG_PSNR |
| 986 * - decoding: unused | 987 * - decoding: unused |
