Re: [FFmpeg-devel] [PATCH v3 1/6] ffmpeg: deduplicate init_output_stream usage logic

2020-10-17 Thread Jan Ekström
On Fri, Oct 16, 2020 at 11:03 PM Michael Niedermayer wrote: > > On Fri, Oct 16, 2020 at 04:16:44PM +0300, Jan Ekström wrote: > > Adds a wrapper function, which handles any errors depending on how > > fatal a failure would be. > > --- > > fftools/ffmpeg.c | 51

Re: [FFmpeg-devel] [PATCH v3 1/6] ffmpeg: deduplicate init_output_stream usage logic

2020-10-16 Thread Michael Niedermayer
On Fri, Oct 16, 2020 at 04:16:44PM +0300, Jan Ekström wrote: > Adds a wrapper function, which handles any errors depending on how > fatal a failure would be. > --- > fftools/ffmpeg.c | 51 > 1 file changed, 25 insertions(+), 26 deletions(-) LGTM

[FFmpeg-devel] [PATCH v3 1/6] ffmpeg: deduplicate init_output_stream usage logic

2020-10-16 Thread Jan Ekström
Adds a wrapper function, which handles any errors depending on how fatal a failure would be. --- fftools/ffmpeg.c | 51 1 file changed, 25 insertions(+), 26 deletions(-) diff --git a/fftools/ffmpeg.c b/fftools/ffmpeg.c index 84306818a2..cb7644de6a