You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-29 05:57:37 +02:00
lavfi: add showspectrum filter.
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user