summaryrefslogtreecommitdiff
path: root/libavfilter/version.h
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2012-04-29 16:45:35 +0200
committerStefano Sabatini <stefasab@gmail.com>2012-04-30 23:04:46 +0200
commit5f161c23573c0756491a132c2a486572bb4b9f62 (patch)
treea4c1bbc826274077d7ac6dac955b397533d1e155 /libavfilter/version.h
parent837d034787f986ee54e492ef90e78667fe86b4a5 (diff)
lavfi/tinterlace: support symbolic names for the parameter
Also deprecate the use of numerical values.
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 c79f37de73..13ed66ebb9 100644
--- a/libavfilter/version.h
+++ b/libavfilter/version.h
@@ -30,7 +30,7 @@
#define LIBAVFILTER_VERSION_MAJOR 2
#define LIBAVFILTER_VERSION_MINOR 72
-#define LIBAVFILTER_VERSION_MICRO 101
+#define LIBAVFILTER_VERSION_MICRO 102
#define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \
LIBAVFILTER_VERSION_MINOR, \