Re: [FFmpeg-devel] [PATCH 3/4] fftools/textformat: do not return early

2025-06-11 Thread softworkz .
> -Original Message- > From: ffmpeg-devel On Behalf Of > Marvin Scholz > Sent: Mittwoch, 11. Juni 2025 22:42 > To: ffmpeg-devel@ffmpeg.org > Subject: [FFmpeg-devel] [PATCH 3/4] fftools/textformat: do not > return early > > This would make the goto dead code

[FFmpeg-devel] [PATCH 3/4] fftools/textformat: do not return early

2025-06-11 Thread Marvin Scholz
This would make the goto dead code and also would not properly call avtext_context_close. Fix CID 1646939 --- fftools/textformat/avtextformat.c | 1 - 1 file changed, 1 deletion(-) diff --git a/fftools/textformat/avtextformat.c b/fftools/textformat/avtextformat.c index fa5abce261..e1aaa9ba57 10