mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-23 19:30:05 +00:00
avfilter/af_deesser: remove extra ;
This commit is contained in:
parent
be1643be31
commit
93a73df54d
@ -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…
Reference in New Issue
Block a user