Commit a68d4bf2 authored by Paul B Mahol's avatar Paul B Mahol

avfilter/vf_waveform: add forgotten color and acolor filter to switch case

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent c3c7a879
......@@ -2363,6 +2363,8 @@ static int config_input(AVFilterLink *inlink)
}
switch (s->filter) {
case COLOR:
case ACOLOR:
case LOWPASS:
switch (s->scale) {
case DIGITAL:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment