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

Signed-off-by: Paul B Mahol <onemda@gmail.com>
pull/188/head
Paul B Mahol 9 years ago
parent c3c7a879ba
commit a68d4bf235
  1. 2
      libavfilter/vf_waveform.c

@ -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…
Cancel
Save