Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2012-10-15 12:06:52 +0400
committerStefano Sabatini <stefasab@gmail.com>2012-10-16 00:40:08 +0400
commitfaa1cb50ed7d2258932475ff571b7662f0089514 (patch)
tree24a27911afc56069d552e7636115de8b996e1800 /libavfilter/version.h
parent22c5cc239c253a5940346915dc9aebf171b4ac48 (diff)
lavfi/ass: extend syntax for ass filter
Make the filter accept named options for the first argument, and update documentation accordingly.
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 212010beff..1f9320c5e5 100644
--- a/libavfilter/version.h
+++ b/libavfilter/version.h
@@ -30,7 +30,7 @@
#define LIBAVFILTER_VERSION_MAJOR 3
#define LIBAVFILTER_VERSION_MINOR 19
-#define LIBAVFILTER_VERSION_MICRO 102
+#define LIBAVFILTER_VERSION_MICRO 103
#define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \
LIBAVFILTER_VERSION_MINOR, \