From patchwork Sat Dec 7 23:20:11 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Niedermayer X-Patchwork-Id: 16666 Return-Path: X-Original-To: patchwork@ffaux-bg.ffmpeg.org Delivered-To: patchwork@ffaux-bg.ffmpeg.org Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by ffaux.localdomain (Postfix) with ESMTP id 254A04491B7 for ; Sun, 8 Dec 2019 01:23:19 +0200 (EET) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 0251668B5E0; Sun, 8 Dec 2019 01:23:19 +0200 (EET) X-Original-To: ffmpeg-devel@ffmpeg.org Delivered-To: ffmpeg-devel@ffmpeg.org Received: from vie01a-dmta-pe02-1.mx.upcmail.net (vie01a-dmta-pe02-1.mx.upcmail.net [62.179.121.157]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 0C88668B590 for ; Sun, 8 Dec 2019 01:23:12 +0200 (EET) Received: from [172.31.216.235] (helo=vie01a-pemc-psmtp-pe12.mail.upcmail.net) by vie01a-dmta-pe02.mx.upcmail.net with esmtp (Exim 4.92) (envelope-from ) id 1idjPr-00099I-0n for ffmpeg-devel@ffmpeg.org; Sun, 08 Dec 2019 00:23:11 +0100 Received: from localhost ([213.47.68.29]) by vie01a-pemc-psmtp-pe12.mail.upcmail.net with ESMTP id djOtigcKpwlysdjOtitNsr; Sun, 08 Dec 2019 00:22:11 +0100 X-Env-Mailfrom: michael@niedermayer.cc X-Env-Rcptto: ffmpeg-devel@ffmpeg.org X-SourceIP: 213.47.68.29 X-CNFS-Analysis: v=2.3 cv=E5OzWpVl c=1 sm=1 tr=0 a=2hcxjKEKjp0CzLx6oWAm4g==:117 a=2hcxjKEKjp0CzLx6oWAm4g==:17 a=jpOVt7BSZ2e4Z31A5e1TngXxSK0=:19 a=MKtGQD3n3ToA:10 a=1oJP67jkp3AA:10 a=GEAsPZ9sns4A:10 a=ZZnuYtJkoWoA:10 a=0P35MqQjCSNVPCb4YtUA:9 a=t9LjKPR3DQql2fIK:21 a=z_KWuzxhWAcyhxu0:21 a=pHzHmUro8NiASowvMSCR:22 a=Ew2E2A-JSTLzCXPT_086:22 From: Michael Niedermayer To: FFmpeg development discussions and patches Date: Sun, 8 Dec 2019 00:20:11 +0100 Message-Id: <20191207232012.29634-3-michael@niedermayer.cc> X-Mailer: git-send-email 2.23.0 In-Reply-To: <20191207232012.29634-1-michael@niedermayer.cc> References: <20191207232012.29634-1-michael@niedermayer.cc> MIME-Version: 1.0 X-CMAE-Envelope: MS4wfNPf5++zjon3K+ltTvQw0vJWY1b7MuNHmYoUu/6srZ3ZZc+DoojF37rvpUrXmqxta2WTovj1Tffnq7bFCrwycrTpfi8xducXTkpttUCYH0ZtZBX+29sF upDorqxPzpTz+pulKVD+g7K3h14pZ/al73VeQKt1+Jr69O+6j6D4XpSt Subject: [FFmpeg-devel] [PATCH 3/4] Remove redundant ; X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Signed-off-by: Michael Niedermayer --- libavfilter/af_axcorrelate.c | 4 ++-- libavfilter/vf_drawbox.c | 2 +- libavformat/dashdec.c | 2 +- libavformat/hlsenc.c | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/libavfilter/af_axcorrelate.c b/libavfilter/af_axcorrelate.c index 861903b0f1..6e9a028716 100644 --- a/libavfilter/af_axcorrelate.c +++ b/libavfilter/af_axcorrelate.c @@ -238,11 +238,11 @@ static int activate(AVFilterContext *ctx) ret = av_audio_fifo_peek(s->fifo[0], (void **)s->cache[0]->extended_data, available); if (ret < 0) - return ret;; + return ret; ret = av_audio_fifo_peek(s->fifo[1], (void **)s->cache[1]->extended_data, available); if (ret < 0) - return ret;; + return ret; out = ff_get_audio_buffer(ctx->outputs[0], out_samples); if (!out) diff --git a/libavfilter/vf_drawbox.c b/libavfilter/vf_drawbox.c index d71e3af397..2750048bcd 100644 --- a/libavfilter/vf_drawbox.c +++ b/libavfilter/vf_drawbox.c @@ -292,7 +292,7 @@ static int process_command(AVFilterContext *ctx, const char *cmd, const char *ar ret = init(ctx); if (ret < 0) goto end; - ret = config_input(inlink);; + ret = config_input(inlink); end: if (ret < 0) { s->x = old_x; diff --git a/libavformat/dashdec.c b/libavformat/dashdec.c index d001c5b76d..72ba9605f0 100644 --- a/libavformat/dashdec.c +++ b/libavformat/dashdec.c @@ -1934,7 +1934,7 @@ static int reopen_demux_for_component(AVFormatContext *s, struct representation goto fail; pls->ctx->flags = AVFMT_FLAG_CUSTOM_IO; - pls->ctx->probesize = s->probesize > 0 ? s->probesize : 1024 * 4;; + pls->ctx->probesize = s->probesize > 0 ? s->probesize : 1024 * 4; pls->ctx->max_analyze_duration = s->max_analyze_duration > 0 ? s->max_analyze_duration : 4 * AV_TIME_BASE; ret = av_probe_input_buffer(&pls->pb, &in_fmt, "", NULL, 0, 0); if (ret < 0) { diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c index 043438368e..fc53c9d654 100644 --- a/libavformat/hlsenc.c +++ b/libavformat/hlsenc.c @@ -475,7 +475,7 @@ static int flush_dynbuf(VariantStream *vs, int *range_length) static void reflush_dynbuf(VariantStream *vs, int *range_length) { // re-open buffer - avio_write(vs->out, vs->temp_buffer, *range_length);; + avio_write(vs->out, vs->temp_buffer, *range_length); } #if HAVE_DOS_PATHS