summaryrefslogtreecommitdiff
path: root/libavfilter/version.h
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2012-05-17 13:01:50 +0200
committerStefano Sabatini <stefasab@gmail.com>2012-05-18 00:58:41 +0200
commite1a8df70a2de1e1f2c56d93329b8d793789c179e (patch)
tree2a2274a9d7175b8920cbe3eb504d67c8abf41f9e /libavfilter/version.h
parentcfde7395b1bf4b1b9c37b9fbee76a2e9b61fe55a (diff)
lavfi/aevalsrc: add option channel_layout
Allow to explicitly specify the channel layout to select.
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 a47cda238f..c536baba4a 100644
--- a/libavfilter/version.h
+++ b/libavfilter/version.h
@@ -30,7 +30,7 @@
#define LIBAVFILTER_VERSION_MAJOR 2
#define LIBAVFILTER_VERSION_MINOR 74
-#define LIBAVFILTER_VERSION_MICRO 100
+#define LIBAVFILTER_VERSION_MICRO 101
#define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \
LIBAVFILTER_VERSION_MINOR, \