[FFmpeg-cvslog] avfilter/af_deesser: remove extra ;

Paul B Mahol git at videolan.org
Wed Jul 3 09:55:17 EEST 2019


ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | 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;
     }



More information about the ffmpeg-cvslog mailing list