avfilter: add ahistogram multimedia filter
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
@ -300,6 +300,7 @@ void avfilter_register_all(void)
|
||||
|
||||
/* multimedia filters */
|
||||
REGISTER_FILTER(ADRAWGRAPH, adrawgraph, avf);
|
||||
REGISTER_FILTER(AHISTOGRAM, ahistogram, avf);
|
||||
REGISTER_FILTER(APHASEMETER, aphasemeter, avf);
|
||||
REGISTER_FILTER(AVECTORSCOPE, avectorscope, avf);
|
||||
REGISTER_FILTER(CONCAT, concat, avf);
|
||||
|
Reference in New Issue
Block a user