lavfi: add showspectrum filter.

This commit is contained in:
Clément Bœsch
2011-12-29 23:45:45 +01:00
parent 786f06e109
commit ddda29b4a7
7 changed files with 334 additions and 3 deletions

View File

@@ -143,6 +143,7 @@ void avfilter_register_all(void)
/* multimedia filters */
REGISTER_FILTER (CONCAT, concat, avf);
REGISTER_FILTER (SHOWSPECTRUM,showspectrum,avf);
REGISTER_FILTER (SHOWWAVES, showwaves, avf);
/* multimedia sources */