comparison avcodec.h @ 7406:7b2819083061 libavcodec

Add a new -debug option for tracing calls to the default get/release_buffer functions.
author astrange
date Sat, 26 Jul 2008 01:57:10 +0000
parents 8c4e0043c068
children 21770337ff2d
comparison
equal deleted inserted replaced
7405:dfe1d1d104eb 7406:7b2819083061
1460 #define FF_DEBUG_ER 0x00000400 1460 #define FF_DEBUG_ER 0x00000400
1461 #define FF_DEBUG_MMCO 0x00000800 1461 #define FF_DEBUG_MMCO 0x00000800
1462 #define FF_DEBUG_BUGS 0x00001000 1462 #define FF_DEBUG_BUGS 0x00001000
1463 #define FF_DEBUG_VIS_QP 0x00002000 1463 #define FF_DEBUG_VIS_QP 0x00002000
1464 #define FF_DEBUG_VIS_MB_TYPE 0x00004000 1464 #define FF_DEBUG_VIS_MB_TYPE 0x00004000
1465 #define FF_DEBUG_BUFFERS 0x00008000
1465 1466
1466 /** 1467 /**
1467 * debug 1468 * debug
1468 * - encoding: Set by user. 1469 * - encoding: Set by user.
1469 * - decoding: Set by user. 1470 * - decoding: Set by user.