mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-07 09:41:32 +08:00
lavfi: add volume filter
Based on the volume filter in FFmpeg written by Stefano Sabatini <stefasab@gmail.com>.
This commit is contained in:
@@ -46,6 +46,7 @@ void avfilter_register_all(void)
|
||||
REGISTER_FILTER (CHANNELSPLIT,channelsplit,af);
|
||||
REGISTER_FILTER (JOIN, join, af);
|
||||
REGISTER_FILTER (RESAMPLE, resample, af);
|
||||
REGISTER_FILTER (VOLUME, volume, af);
|
||||
|
||||
REGISTER_FILTER (ANULLSRC, anullsrc, asrc);
|
||||
|
||||
|
Reference in New Issue
Block a user