diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2003-12-13 01:33:52 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2003-12-13 01:33:52 +0000 |
commit | 864119b6caa120c0dd9b9ad9a0ceea59fcbdd23f (patch) | |
tree | 49d1d42c309bcbca6a268d9475d885ff006d15ca /libavcodec/avcodec.h | |
parent | 11dffbe1dac97a475d36706bd65a469342ba5793 (diff) | |
download | ffmpeg-864119b6caa120c0dd9b9ad9a0ceea59fcbdd23f.tar.gz |
mb type & qp vissualization
Originally committed as revision 2603 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 13ab4362f7..77942872fe 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -1140,6 +1140,8 @@ typedef struct AVCodecContext { #define FF_DEBUG_ER 0x00000400 #define FF_DEBUG_MMCO 0x00000800 #define FF_DEBUG_BUGS 0x00001000 +#define FF_DEBUG_VIS_QP 0x00002000 +#define FF_DEBUG_VIS_MB_TYPE 0x00004000 /** * error. |