summaryrefslogtreecommitdiff
path: root/libavfilter/avfilter.h
diff options
context:
space:
mode:
authorMark Himsley <mark@mdsh.com>2011-11-09 01:35:31 +0100
committerStefano Sabatini <stefasab@gmail.com>2011-11-10 01:31:13 +0100
commit8c1fb50d077d5f954784b554489cd9915d876b74 (patch)
tree96b26cc100ddc45667cbe708cdfc440e3542dc17 /libavfilter/avfilter.h
parent0d602615ab58b14859dc915b94385cd79e21a87e (diff)
vf_fade: add alpha option and alpha fading support
Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
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 a65133026b..5c604256e5 100644
--- a/libavfilter/avfilter.h
+++ b/libavfilter/avfilter.h
@@ -30,7 +30,7 @@
#define LIBAVFILTER_VERSION_MAJOR 2
#define LIBAVFILTER_VERSION_MINOR 47
-#define LIBAVFILTER_VERSION_MICRO 1
+#define LIBAVFILTER_VERSION_MICRO 2
#define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \
LIBAVFILTER_VERSION_MINOR, \