avfilter: add aphasemeter filter

This commit is contained in:
Paul B Mahol
2015-08-11 16:37:45 +02:00
parent 45c558563a
commit f9905e13ea
7 changed files with 278 additions and 1 deletions

View File

@@ -268,6 +268,7 @@ void avfilter_register_all(void)
/* multimedia filters */
REGISTER_FILTER(ADRAWGRAPH, adrawgraph, avf);
REGISTER_FILTER(APHASEMETER, aphasemeter, avf);
REGISTER_FILTER(AVECTORSCOPE, avectorscope, avf);
REGISTER_FILTER(CONCAT, concat, avf);
REGISTER_FILTER(SHOWCQT, showcqt, avf);