summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2013-10-27 11:28:51 +0100
committerAnton Khirnov <anton@khirnov.net>2013-10-31 20:23:08 +0100
commitf8b2bcd2adab65658ffd45f9f13b032af6600bf8 (patch)
treed519e50eb461181a61f0b30a3d7930003af84a36 /libavcodec/avcodec.h
parenta1504eee41b39f62dbfe0a0ca6b96c2716bf7577 (diff)
lavc: deprecate FF_DEBUG_VIS_*
Those flags have no effect since 37045e422903695e610cca6ecb753df643ab9380.
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 81bf8c6e0a..fb8ca4b0cd 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -2319,8 +2319,10 @@ typedef struct AVCodecContext {
#define FF_DEBUG_ER 0x00000400
#define FF_DEBUG_MMCO 0x00000800
#define FF_DEBUG_BUGS 0x00001000
+#if FF_API_DEBUG_MV
#define FF_DEBUG_VIS_QP 0x00002000
#define FF_DEBUG_VIS_MB_TYPE 0x00004000
+#endif
#define FF_DEBUG_BUFFERS 0x00008000
#define FF_DEBUG_THREADS 0x00010000