[FFmpeg-devel] [PATCH] fftools/graph/graphprint: Remove redundant avio_flush()
Víctor Manuel Jáquez Leal
vjaquez at igalia.com
Mon Jun 2 13:55:21 EEST 2025
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 <andreas.rheinhardt at outlook.com>
>
> The AVIOContext will be automatically flushed upon closure.
>
> Reviewed-by: softworkz . <softworkz-at-hotmail.com at ffmpeg.org>
> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
> ---
> 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 **graphs, int nb_graphs, InputFil
> }
>
> avio_write(avio, (const unsigned char *)target_buf.str, FFMIN(target_buf.len, target_buf.size - 1));
> - avio_flush(avio);
>
> if ((ret = avio_closep(&avio)) < 0)
> av_log(NULL, AV_LOG_ERROR, "Error closing graph output file, loss of information possible: %s\n", av_err2str(ret));
> --
> 2.47.2
>
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
> To unsubscribe, visit link above, or email
> ffmpeg-devel-request at ffmpeg.org with subject "unsubscribe".
>
More information about the ffmpeg-devel
mailing list