avfilter/vf_waveform: add default case when picking input formats

Should silence compiler warnings.

Signed-off-by: Paul B Mahol <onemda@gmail.com>
pull/272/head
Paul B Mahol 7 years ago
parent 4678339e74
commit 299a622297
  1. 1
      libavfilter/vf_waveform.c

@ -295,6 +295,7 @@ static int query_formats(AVFilterContext *ctx)
case FLAT: in_pix_fmts = in_flat_pix_fmts; break;
case ACOLOR:
case COLOR: in_pix_fmts = in_color_pix_fmts; break;
default: return AVERROR_BUG;
}
if (!ctx->inputs[0]->out_formats) {

Loading…
Cancel
Save