mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-30 04:02:04 +08:00
lavfi: add volumedetect filter.
This commit is contained in:
@@ -57,6 +57,7 @@ void avfilter_register_all(void)
|
||||
REGISTER_FILTER (PAN, pan, af);
|
||||
REGISTER_FILTER (SILENCEDETECT, silencedetect, af);
|
||||
REGISTER_FILTER (VOLUME, volume, af);
|
||||
REGISTER_FILTER (VOLUMEDETECT,volumedetect,af);
|
||||
REGISTER_FILTER (RESAMPLE, resample, af);
|
||||
|
||||
REGISTER_FILTER (AEVALSRC, aevalsrc, asrc);
|
||||
|
||||
Reference in New Issue
Block a user