summaryrefslogtreecommitdiff
path: root/libavfilter/avfilter.h
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2011-10-26 00:18:16 +0200
committerStefano Sabatini <stefasab@gmail.com>2011-10-30 21:10:54 +0100
commitb54c0a552d8843c521ac329b79e169a224d20191 (patch)
tree5ed0ad2a4bfc5d529209034ca1c2e8d1ac0ba9dd /libavfilter/avfilter.h
parent5b1a06b1c9c596b3c406ea632a252dcccbee25ed (diff)
vf_overlay: use opt.h API for setting options
Extend syntax, allow to easily add more options later.
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 33c74c59ff..7607833d88 100644
--- a/libavfilter/avfilter.h
+++ b/libavfilter/avfilter.h
@@ -30,7 +30,7 @@
#define LIBAVFILTER_VERSION_MAJOR 2
#define LIBAVFILTER_VERSION_MINOR 45
-#define LIBAVFILTER_VERSION_MICRO 1
+#define LIBAVFILTER_VERSION_MICRO 2
#define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \
LIBAVFILTER_VERSION_MINOR, \