aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2003-12-13 01:33:52 +0000
committerMichael Niedermayer <michaelni@gmx.at>2003-12-13 01:33:52 +0000
commit864119b6caa120c0dd9b9ad9a0ceea59fcbdd23f (patch)
tree49d1d42c309bcbca6a268d9475d885ff006d15ca /libavcodec/avcodec.h
parent11dffbe1dac97a475d36706bd65a469342ba5793 (diff)
downloadffmpeg-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.h2
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.