diff options
author | Clément Bœsch <clement@stupeflix.com> | 2013-12-26 13:39:49 +0100 |
---|---|---|
committer | Clément Bœsch <u@pkh.me> | 2014-08-20 22:18:38 +0200 |
commit | e35fb5add45ca27ab0568f3e0c2828246e8ff5c9 (patch) | |
tree | a68a238e0a6abcc2c36dfb6838f06dd67425b916 /libavfilter/version.h | |
parent | ba29746feb541f5cde4154795041ff2faa15bedf (diff) | |
download | ffmpeg-streaming-e35fb5add45ca27ab0568f3e0c2828246e8ff5c9.zip ffmpeg-streaming-e35fb5add45ca27ab0568f3e0c2828246e8ff5c9.tar.gz |
avfilter/showwaves: add split_channels option
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 2003b76..28c510e 100644 --- a/libavfilter/version.h +++ b/libavfilter/version.h @@ -31,7 +31,7 @@ #define LIBAVFILTER_VERSION_MAJOR 5 #define LIBAVFILTER_VERSION_MINOR 0 -#define LIBAVFILTER_VERSION_MICRO 100 +#define LIBAVFILTER_VERSION_MICRO 101 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ LIBAVFILTER_VERSION_MINOR, \ |