mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-12 01:40:04 +01:00
lavfi: add ashowinfo filter
Useful for debugging.
This commit is contained in:
@@ -37,6 +37,7 @@ void avfilter_register_all(void)
|
||||
REGISTER_FILTER (AFORMAT, aformat, af);
|
||||
REGISTER_FILTER (ANULL, anull, af);
|
||||
REGISTER_FILTER (ARESAMPLE, aresample, af);
|
||||
REGISTER_FILTER (ASHOWINFO, ashowinfo, af);
|
||||
|
||||
REGISTER_FILTER (ANULLSRC, anullsrc, asrc);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user