summaryrefslogtreecommitdiff
path: root/libavfilter/version.h
diff options
context:
space:
mode:
authorJustin Ruggles <justin.ruggles@gmail.com>2012-05-21 14:03:42 -0400
committerJustin Ruggles <justin.ruggles@gmail.com>2012-05-21 14:49:52 -0400
commitafeb3590fc5ff01d43b1a1be9df8fac64431ff9e (patch)
tree35ad32f8b80d374a83bc2601a1da2fc7e0892bc6 /libavfilter/version.h
parentcc30080b3fb44bebea97533f7dfd5ee7700e4665 (diff)
lavfi: add an audio split filter
Based on current version of the asplit filter in FFmpeg written by Stefano Sabatini and others.
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 f352f7b242..f6497db364 100644
--- a/libavfilter/version.h
+++ b/libavfilter/version.h
@@ -29,7 +29,7 @@
#include "libavutil/avutil.h"
#define LIBAVFILTER_VERSION_MAJOR 2
-#define LIBAVFILTER_VERSION_MINOR 18
+#define LIBAVFILTER_VERSION_MINOR 19
#define LIBAVFILTER_VERSION_MICRO 0
#define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \