You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-23 21:54:53 +02: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