Re: [FFmpeg-devel] [PATCH 46/47] fftools/ffprobe: stop calling exit_program()

2023-08-01 Thread Stefano Sabatini
On date Saturday 2023-07-15 12:46:10 +0200, Anton Khirnov wrote: > Inline the relevant part of ffprobe_cleanup() into main() and drop the > rest. > --- > fftools/ffprobe.c | 22 -- > 1 file changed, 8 insertions(+), 14 deletions(-) > > diff --git a/fftools/ffprobe.c b/fftools/

Re: [FFmpeg-devel] [PATCH 46/47] fftools/ffprobe: stop calling exit_program()

2023-07-21 Thread Anton Khirnov
Quoting Anton Khirnov (2023-07-21 14:06:37) > Quoting Marton Balint (2023-07-20 22:35:23) > > > > > > On Sat, 15 Jul 2023, Anton Khirnov wrote: > > > > > Inline the relevant part of ffprobe_cleanup() into main() and drop the > > > rest. > > > --- > > > fftools/ffprobe.c | 22

Re: [FFmpeg-devel] [PATCH 46/47] fftools/ffprobe: stop calling exit_program()

2023-07-21 Thread Anton Khirnov
Quoting Marton Balint (2023-07-20 22:35:23) > > > On Sat, 15 Jul 2023, Anton Khirnov wrote: > > > Inline the relevant part of ffprobe_cleanup() into main() and drop the > > rest. > > --- > > fftools/ffprobe.c | 22 -- > > 1 file changed, 8 insertions(+), 14 deletions(-) > > >

Re: [FFmpeg-devel] [PATCH 46/47] fftools/ffprobe: stop calling exit_program()

2023-07-20 Thread Marton Balint
On Sat, 15 Jul 2023, Anton Khirnov wrote: Inline the relevant part of ffprobe_cleanup() into main() and drop the rest. --- fftools/ffprobe.c | 22 -- 1 file changed, 8 insertions(+), 14 deletions(-) diff --git a/fftools/ffprobe.c b/fftools/ffprobe.c index e234c92904..a3918

[FFmpeg-devel] [PATCH 46/47] fftools/ffprobe: stop calling exit_program()

2023-07-15 Thread Anton Khirnov
Inline the relevant part of ffprobe_cleanup() into main() and drop the rest. --- fftools/ffprobe.c | 22 -- 1 file changed, 8 insertions(+), 14 deletions(-) diff --git a/fftools/ffprobe.c b/fftools/ffprobe.c index e234c92904..a39185f6fe 100644 --- a/fftools/ffprobe.c +++ b/fft