lavfi: add ashowinfo filter

Useful for debugging.
This commit is contained in:
Stefano Sabatini
2011-08-18 18:19:55 +02:00
parent 9d84a17ba5
commit e30a0b1b3b
6 changed files with 153 additions and 1 deletions

View File

@@ -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);