ffmpeg | branch: master | Paul B Mahol <[email protected]> | Wed Jul 3 08:53:35 2019 +0200| [93a73df54dd92f294c3e84a753c75c64513b4c18] | committer: Paul B Mahol
avfilter/af_deesser: remove extra ; > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=93a73df54dd92f294c3e84a753c75c64513b4c18 --- libavfilter/af_deesser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavfilter/af_deesser.c b/libavfilter/af_deesser.c index 2f57d51226..fad3e98f5c 100644 --- a/libavfilter/af_deesser.c +++ b/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; } _______________________________________________ ffmpeg-cvslog mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
