avfilter/af_deesser: remove extra ;

pull/316/head
Paul B Mahol 6 years ago
parent be1643be31
commit 93a73df54d
  1. 2
      libavfilter/af_deesser.c

@ -107,7 +107,7 @@ static int config_input(AVFilterLink *inlink)
return AVERROR(ENOMEM);
for (int i = 0; i < inlink->channels; i++) {
DeesserChannel *chan = &s->chan[i];;
DeesserChannel *chan = &s->chan[i];
chan->ratioA = chan->ratioB = 1.0;
}

Loading…
Cancel
Save