diff options
author | Anton Khirnov <anton@khirnov.net> | 2013-10-27 11:19:52 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-10-31 20:21:13 +0100 |
commit | ccc71298456d97f64f539e303c771d04dcb33c53 (patch) | |
tree | 836aa017e856990ff331a24fe0b6078e6b36de80 /libavcodec/avcodec.h | |
parent | b6a4701612514c97d22f7ffb37993539f7718352 (diff) | |
download | ffmpeg-ccc71298456d97f64f539e303c771d04dcb33c53.tar.gz |
lavc: deprecate FF_DEBUG_MV and remove all traces of its use
It has not been actually used since
37045e422903695e610cca6ecb753df643ab9380, when the broken vismv code was
removed.
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index ac086aa4f8..87d04348eb 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -2306,7 +2306,12 @@ typedef struct AVCodecContext { #define FF_DEBUG_BITSTREAM 4 #define FF_DEBUG_MB_TYPE 8 #define FF_DEBUG_QP 16 +#if FF_API_DEBUG_MV +/** + * @deprecated this option does nothing + */ #define FF_DEBUG_MV 32 +#endif #define FF_DEBUG_DCT_COEFF 0x00000040 #define FF_DEBUG_SKIP 0x00000080 #define FF_DEBUG_STARTCODE 0x00000100 |