Re: [FFmpeg-devel] [PATCH 4/4] fftools/textformat: remove useless error check

2025-06-11 Thread Marvin Scholz
On 11 Jun 2025, at 22:53, Andreas Rheinhardt wrote: > Marvin Scholz: >> This can never be reached as the errors are already handled >> locally when they occur in the code preceding this. >> --- >> fftools/textformat/avtextformat.c | 2 -- >> 1 file changed, 2 deletions(-) >> >> diff --git a/ff

Re: [FFmpeg-devel] [PATCH 4/4] fftools/textformat: remove useless error check

2025-06-11 Thread Andreas Rheinhardt
Marvin Scholz: > This can never be reached as the errors are already handled > locally when they occur in the code preceding this. > --- > fftools/textformat/avtextformat.c | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/fftools/textformat/avtextformat.c > b/fftools/textformat/avtextfo