diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-10-15 10:06:52 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-10-15 22:40:08 +0200 |
commit | faa1cb50ed7d2258932475ff571b7662f0089514 (patch) | |
tree | 24a27911afc56069d552e7636115de8b996e1800 /libavfilter/version.h | |
parent | 22c5cc239c253a5940346915dc9aebf171b4ac48 (diff) | |
download | ffmpeg-faa1cb50ed7d2258932475ff571b7662f0089514.tar.gz |
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.h | 2 |
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, \ |