diff options
author | Paul B Mahol <onemda@gmail.com> | 2014-07-02 09:39:07 +0000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2014-09-05 17:30:57 +0000 |
commit | 422619646ea0e938188a49a06226831cc42e2a6a (patch) | |
tree | 7c82599181e9a9cb15405ec815a9dbe23e35c994 /libavfilter/version.h | |
parent | 1e4e760f767b597f88442b75e90d726ae626b230 (diff) | |
download | ffmpeg-422619646ea0e938188a49a06226831cc42e2a6a.tar.gz |
add silenceremove filter
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavfilter/version.h')
-rw-r--r-- | libavfilter/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavfilter/version.h b/libavfilter/version.h index 7c9883d494..6ebb1ce609 100644 --- a/libavfilter/version.h +++ b/libavfilter/version.h @@ -30,8 +30,8 @@ #include "libavutil/version.h" #define LIBAVFILTER_VERSION_MAJOR 5 -#define LIBAVFILTER_VERSION_MINOR 0 -#define LIBAVFILTER_VERSION_MICRO 103 +#define LIBAVFILTER_VERSION_MINOR 1 +#define LIBAVFILTER_VERSION_MICRO 100 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ LIBAVFILTER_VERSION_MINOR, \ |