Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas George <george@nsup.org>2019-12-26 21:32:23 +0300
committerNicolas George <george@nsup.org>2020-08-21 12:01:39 +0300
commit06f26512046de1a84e045d219e7fa211c37ad0e4 (patch)
tree711ef7a0823031d953c092095dc207a38b083769 /libavutil/version.h
parent412d63fe72d4398d0ffd271a9bd30c6ac9fc0deb (diff)
lavu/avstring: deprecate av_d2str().
It is no longer used in our code base and does not seem to be used much in other projects.
Diffstat (limited to 'libavutil/version.h')
-rw-r--r--libavutil/version.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavutil/version.h b/libavutil/version.h
index 3e7e1f410b..3f0a4a8402 100644
--- a/libavutil/version.h
+++ b/libavutil/version.h
@@ -132,6 +132,9 @@
#ifndef FF_API_CHILD_CLASS_NEXT
#define FF_API_CHILD_CLASS_NEXT (LIBAVUTIL_VERSION_MAJOR < 57)
#endif
+#ifndef FF_API_D2STR
+#define FF_API_D2STR (LIBAVUTIL_VERSION_MAJOR < 58)
+#endif
/**
* @}