summaryrefslogtreecommitdiff
path: root/libavfilter/version.h
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2013-03-05 19:38:15 +0100
committerStefano Sabatini <stefasab@gmail.com>2013-03-05 20:09:21 +0100
commitf164228fd793766187ed3e68cb6d6e2fe3e77c04 (patch)
treeb1c4d64dbf027023cd8b8c3a59a214bfb5169895 /libavfilter/version.h
parent1c808943b8ec536f8d387a4849ad93e739c544d9 (diff)
lavfi/overlay: add support for partial overlaying
Partially rework the iteration logic, in order to limit iteration only for the clipped overlay region.
Diffstat (limited to 'libavfilter/version.h')
-rw-r--r--libavfilter/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/version.h b/libavfilter/version.h
index d89172931f..cb6a1b9966 100644
--- a/libavfilter/version.h
+++ b/libavfilter/version.h
@@ -30,7 +30,7 @@
#define LIBAVFILTER_VERSION_MAJOR 3
#define LIBAVFILTER_VERSION_MINOR 42
-#define LIBAVFILTER_VERSION_MICRO 101
+#define LIBAVFILTER_VERSION_MICRO 102
#define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \
LIBAVFILTER_VERSION_MINOR, \