[FFmpeg-devel] [PATCH] fftools/graph/graphprint: Remove redundant avio_flush()

2025-06-02 Thread Víctor Manuel Jáquez Leal
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 7f0e8

Re: [FFmpeg-devel] [PATCH] fftools/graph/graphprint: Remove redundant avio_flush()

2025-06-02 Thread Víctor Manuel Jáquez Leal
Please ignore this patch. I made a mistake. Sorry. vmjl On Mon, 02 Jun 2025 at 12:50, Víctor Manuel Jáquez Leal wrote: > From: Andreas Rheinhardt > > The AVIOContext will be automatically flushed upon closure. > > Reviewed-by: softworkz . > Signed-off-by: Andreas Rheinhardt > --- > fftools/