summaryrefslogtreecommitdiffstats
path: root/libavcodec/version.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2013-10-27 11:19:52 +0100
committerAnton Khirnov <anton@khirnov.net>2013-10-31 20:21:13 +0100
commitccc71298456d97f64f539e303c771d04dcb33c53 (patch)
tree836aa017e856990ff331a24fe0b6078e6b36de80 /libavcodec/version.h
parentb6a4701612514c97d22f7ffb37993539f7718352 (diff)
downloadffmpeg-streaming-ccc71298456d97f64f539e303c771d04dcb33c53.zip
ffmpeg-streaming-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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h
index aec0ccd..aaa61cc 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 */
OpenPOWER on IntegriCloud