mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-08 02:06:02 +08:00
lavfi: remove af_asynts filter
Long overdue for removal, af_aresample should be used instead. Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
This commit is contained in:

committed by
Rostislav Pehlivanov

parent
d7896e9b42
commit
a8fe8d6b4a
@@ -79,7 +79,6 @@ static void register_all(void)
|
||||
REGISTER_FILTER(ASPLIT, asplit, af);
|
||||
REGISTER_FILTER(ASTATS, astats, af);
|
||||
REGISTER_FILTER(ASTREAMSELECT, astreamselect, af);
|
||||
REGISTER_FILTER(ASYNCTS, asyncts, af);
|
||||
REGISTER_FILTER(ATEMPO, atempo, af);
|
||||
REGISTER_FILTER(ATRIM, atrim, af);
|
||||
REGISTER_FILTER(AZMQ, azmq, af);
|
||||
|
Reference in New Issue
Block a user