summaryrefslogtreecommitdiff
path: root/libavfilter/avfilter.h
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2011-09-18 02:41:56 +0200
committerStefano Sabatini <stefasab@gmail.com>2011-09-24 12:36:48 +0200
commit482ce0ce4ec558db5a951718bcd7a9c01d0afb36 (patch)
tree57f5b0573963ebe6e868538fe6cbae0f2ac05473 /libavfilter/avfilter.h
parent163854bca0e0c1b43831de7463ffa3ff9e6595ca (diff)
vf_drawtext: make x and y options parametric
Address trac issue #378.
Diffstat (limited to 'libavfilter/avfilter.h')
-rw-r--r--libavfilter/avfilter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h
index a2ecc086f7..96c8e3b184 100644
--- a/libavfilter/avfilter.h
+++ b/libavfilter/avfilter.h
@@ -30,7 +30,7 @@
#define LIBAVFILTER_VERSION_MAJOR 2
#define LIBAVFILTER_VERSION_MINOR 43
-#define LIBAVFILTER_VERSION_MICRO 4
+#define LIBAVFILTER_VERSION_MICRO 5
#define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \
LIBAVFILTER_VERSION_MINOR, \