lavfi: add audio silencedetect filter.

This commit is contained in:
Clément Bœsch
2012-01-03 23:47:09 +01:00
parent 5ccdb907c1
commit 0c01947316
6 changed files with 210 additions and 2 deletions

View File

@ -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, \