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/version.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/version.h')
-rw-r--r-- | libavcodec/version.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h index aec0ccd3cf..aaa61cc02b 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -76,5 +76,8 @@ #ifndef FF_API_SET_DIMENSIONS #define FF_API_SET_DIMENSIONS (LIBAVCODEC_VERSION_MAJOR < 56) #endif +#ifndef FF_API_DEBUG_MV +#define FF_API_DEBUG_MV (LIBAVCODEC_VERSION_MAJOR < 56) +#endif #endif /* AVCODEC_VERSION_H */ |