summaryrefslogtreecommitdiffstats
path: root/libavfilter/version.h
diff options
context:
space:
mode:
authorClément Bœsch <u@pkh.me>2013-08-20 20:56:39 +0200
committerClément Bœsch <u@pkh.me>2013-09-03 21:12:15 +0200
commit30d40c9e866b09b425953b165a1b456ad5c0ee44 (patch)
treedd57f1c3f4c9f0483ec649c5fdcd98b3ccea2975 /libavfilter/version.h
parent493ebbd7eb08a84114e32c48fb13a480e78ae261 (diff)
downloadffmpeg-streaming-30d40c9e866b09b425953b165a1b456ad5c0ee44.zip
ffmpeg-streaming-30d40c9e866b09b425953b165a1b456ad5c0ee44.tar.gz
lavfi/drawtext: add generic timeline interface and deprecate "draw".
Diffstat (limited to 'libavfilter/version.h')
-rw-r--r--libavfilter/version.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/libavfilter/version.h b/libavfilter/version.h
index a87a575..0145049 100644
--- a/libavfilter/version.h
+++ b/libavfilter/version.h
@@ -31,7 +31,7 @@
#define LIBAVFILTER_VERSION_MAJOR 3
#define LIBAVFILTER_VERSION_MINOR 83
-#define LIBAVFILTER_VERSION_MICRO 101
+#define LIBAVFILTER_VERSION_MICRO 102
#define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \
LIBAVFILTER_VERSION_MINOR, \
@@ -82,5 +82,8 @@
#ifndef FF_API_OLD_GRAPH_PARSE
#define FF_API_OLD_GRAPH_PARSE (LIBAVFILTER_VERSION_MAJOR < 4)
#endif
+#ifndef FF_API_DRAWTEXT_OLD_TIMELINE
+#define FF_API_DRAWTEXT_OLD_TIMELINE (LIBAVFILTER_VERSION_MAJOR < 4)
+#endif
#endif /* AVFILTER_VERSION_H */
OpenPOWER on IntegriCloud