diff options
author | Clément Bœsch <ubitux@gmail.com> | 2012-01-03 23:47:09 +0100 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2012-01-08 17:08:55 +0100 |
commit | 0c01947316eaaa46946f9e93218fe5ab115df905 (patch) | |
tree | 49ac9a6d7fbad6915b702866314db537f7d0466f /libavfilter/avfilter.h | |
parent | 5ccdb907c120cbd7f58d09cd523ba39fce8608b2 (diff) | |
download | ffmpeg-0c01947316eaaa46946f9e93218fe5ab115df905.tar.gz |
lavfi: add audio silencedetect filter.
Diffstat (limited to 'libavfilter/avfilter.h')
-rw-r--r-- | libavfilter/avfilter.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h index d88d3aba02..9c795978aa 100644 --- a/libavfilter/avfilter.h +++ b/libavfilter/avfilter.h @@ -30,8 +30,8 @@ #include "libavcodec/avcodec.h" #define LIBAVFILTER_VERSION_MAJOR 2 -#define LIBAVFILTER_VERSION_MINOR 57 -#define LIBAVFILTER_VERSION_MICRO 101 +#define LIBAVFILTER_VERSION_MINOR 58 +#define LIBAVFILTER_VERSION_MICRO 100 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ LIBAVFILTER_VERSION_MINOR, \ |