mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-06 07:40:00 +08:00
lavfi: reimplement MPlayer's af_pan filter for libavfilter.
Original code by Clément Bœsch. Parameters parsing and misc enhancements by Nicolas George.
This commit is contained in:

committed by
Nicolas George

parent
fd1cea6549
commit
1fbf7165d5
@ -40,6 +40,7 @@ void avfilter_register_all(void)
|
||||
REGISTER_FILTER (ARESAMPLE, aresample, af);
|
||||
REGISTER_FILTER (ASHOWINFO, ashowinfo, af);
|
||||
REGISTER_FILTER (EARWAX, earwax, af);
|
||||
REGISTER_FILTER (PAN, pan, af);
|
||||
REGISTER_FILTER (VOLUME, volume, af);
|
||||
|
||||
REGISTER_FILTER (ABUFFER, abuffer, asrc);
|
||||
|
Reference in New Issue
Block a user