avfilter/af_afwtdn: add forgotten break statement

pull/360/head
Paul B Mahol 3 years ago
parent 207e9b1760
commit a2a7547b2f
  1. 1
      libavfilter/af_afwtdn.c

@ -1153,6 +1153,7 @@ static int config_output(AVFilterLink *outlink)
s->hp = deb10_hp;
s->ilp = deb10_ilp;
s->ihp = deb10_ihp;
break;
case SYM10:
s->wavelet_length = 20;
s->lp = sym10_lp;

Loading…
Cancel
Save