comparison avcodec.h @ 1685:cb09cf265a87 libavcodec

mb type & qp vissualization
author michael
date Sat, 13 Dec 2003 01:33:52 +0000
parents 30746f429df6
children 04b759af8bd4
comparison
equal deleted inserted replaced
1684:19e781619e3f 1685:cb09cf265a87
1138 #define FF_DEBUG_STARTCODE 0x00000100 1138 #define FF_DEBUG_STARTCODE 0x00000100
1139 #define FF_DEBUG_PTS 0x00000200 1139 #define FF_DEBUG_PTS 0x00000200
1140 #define FF_DEBUG_ER 0x00000400 1140 #define FF_DEBUG_ER 0x00000400
1141 #define FF_DEBUG_MMCO 0x00000800 1141 #define FF_DEBUG_MMCO 0x00000800
1142 #define FF_DEBUG_BUGS 0x00001000 1142 #define FF_DEBUG_BUGS 0x00001000
1143 #define FF_DEBUG_VIS_QP 0x00002000
1144 #define FF_DEBUG_VIS_MB_TYPE 0x00004000
1143 1145
1144 /** 1146 /**
1145 * error. 1147 * error.
1146 * - encoding: set by lavc if flags&CODEC_FLAG_PSNR 1148 * - encoding: set by lavc if flags&CODEC_FLAG_PSNR
1147 * - decoding: unused 1149 * - decoding: unused