mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
avfilter/vf_waveform: add forgotten color and acolor filter to switch case
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
c3c7a879ba
commit
a68d4bf235
@ -2363,6 +2363,8 @@ static int config_input(AVFilterLink *inlink)
|
||||
}
|
||||
|
||||
switch (s->filter) {
|
||||
case COLOR:
|
||||
case ACOLOR:
|
||||
case LOWPASS:
|
||||
switch (s->scale) {
|
||||
case DIGITAL:
|
||||
|
Loading…
Reference in New Issue
Block a user