From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.ffmpeg.org (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTPS id BED1F4D88C for ; Mon, 2 Jun 2025 10:55:26 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.ffmpeg.org (Postfix) with ESMTP id B48C268DAF0; Mon, 2 Jun 2025 13:55:24 +0300 (EEST) Received: from fanzine2.igalia.com (fanzine2.igalia.com [213.97.179.56]) by ffbox0-bg.ffmpeg.org (Postfix) with ESMTPS id D963068DAF0 for ; Mon, 2 Jun 2025 13:55:22 +0300 (EEST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=igalia.com; s=20170329; h=In-Reply-To:Content-Transfer-Encoding:Content-Type:MIME-Version :References:Message-ID:Subject:To:From:Date:Sender:Reply-To:Cc:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=4arJBjEePrZgpZFjCBW5hYNKEaHMbedcGrPP7+HFQRY=; b=h/LxeaFQZDFM9OzjMuyzW8ndJA /fx8bESa8C5RdPZ+Ak8h3soQMj+pFSEa+KjZWxTB+Iv0j56iumRznfEMqGXxYA7ELPo5v4WAQl0Az t00uOOF49em6+Z4BdPnnVc3fFwNuwtRYmThWReiabbx/P3w30j3dtYSOjekdVZBXvLSZDBflWxIAk MRYEjGR9Wy54c7earPALB+xHouT+7GajcCqAztEVaVSPHv2BE0yV37FLYEn99Thc3WfNKVLogkLlX n49caA/On3xc5ARBVdurNUpRmjvLt42r8Sa/VITvv4vS6qCZ2eZF9ov+HUF9tALneMnI/QJDsBjcT F1BO8uVA==; Received: from din-49-196-231-77.ipcom.comunitel.net ([77.231.196.49] helo=octavia) by fanzine2.igalia.com with esmtpsa (Cipher TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim) id 1uM2p7-00GFTC-Qk for ; Mon, 02 Jun 2025 12:55:21 +0200 Received: from vjaquez by octavia with local (Exim 4.98.2) (envelope-from ) id 1uM2p7-0000000FoKJ-2KNr for ffmpeg-devel@ffmpeg.org; Mon, 02 Jun 2025 12:55:21 +0200 Date: Mon, 2 Jun 2025 12:55:21 +0200 From: =?utf-8?Q?V=C3=ADctor_Manuel_J=C3=A1quez?= Leal To: FFmpeg development discussions and patches Message-ID: References: <20250602105000.3757810-1-vjaquez@igalia.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20250602105000.3757810-1-vjaquez@igalia.com> Subject: Re: [FFmpeg-devel] [PATCH] fftools/graph/graphprint: Remove redundant avio_flush() X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 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 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: Please ignore this patch. I made a mistake. Sorry. vmjl On Mon, 02 Jun 2025 at 12:50, V=EDctor Manuel J=E1quez Leal wrote: > From: Andreas Rheinhardt > = > The AVIOContext will be automatically flushed upon closure. > = > Reviewed-by: softworkz . > Signed-off-by: Andreas Rheinhardt > --- > fftools/graph/graphprint.c | 1 - > 1 file changed, 1 deletion(-) > = > diff --git a/fftools/graph/graphprint.c b/fftools/graph/graphprint.c > index 7f0e85d008..e4c6886cf8 100644 > --- a/fftools/graph/graphprint.c > +++ b/fftools/graph/graphprint.c > @@ -1070,7 +1070,6 @@ static int print_filtergraphs_priv(FilterGraph **gr= aphs, int nb_graphs, InputFil > } > = > avio_write(avio, (const unsigned char *)target_buf.str, FFMI= N(target_buf.len, target_buf.size - 1)); > - avio_flush(avio); > = > if ((ret =3D avio_closep(&avio)) < 0) > av_log(NULL, AV_LOG_ERROR, "Error closing graph output f= ile, loss of information possible: %s\n", av_err2str(ret)); > -- = > 2.47.2 > = > _______________________________________________ > ffmpeg-devel mailing list > ffmpeg-devel@ffmpeg.org > https://ffmpeg.org/mailman/listinfo/ffmpeg-devel > = > To unsubscribe, visit link above, or email > ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe". > = _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".