Re: [FFmpeg-devel] [PATCH] ffprobe: restore reporting error code for failed inputs

2022-08-17 Thread Gyan Doshi
Pushed as d5544f6457ad06987311beda0e4b7c08bf52915c to master and 4e4cc6e56a899f6b4302e80dbcd6b4462f340905 to 5.1 On 2022-08-17 12:43 pm, Gyan Doshi wrote: On 2022-08-17 12:37 pm, Marton Balint wrote: On Wed, 17 Aug 2022, Gyan Doshi wrote: On 2022-08-17 04:36 am, Stefano Sabatini wrote:

Re: [FFmpeg-devel] [PATCH] ffprobe: restore reporting error code for failed inputs

2022-08-17 Thread Gyan Doshi
On 2022-08-17 12:37 pm, Marton Balint wrote: On Wed, 17 Aug 2022, Gyan Doshi wrote: On 2022-08-17 04:36 am, Stefano Sabatini wrote:  On date Tuesday 2022-08-16 00:04:10 +0530, Gyan Doshi wrote:  c11fb46731 led to a regression whereby the return code for missing  input or input probe is

Re: [FFmpeg-devel] [PATCH] ffprobe: restore reporting error code for failed inputs

2022-08-17 Thread Marton Balint
On Wed, 17 Aug 2022, Gyan Doshi wrote: On 2022-08-17 04:36 am, Stefano Sabatini wrote: On date Tuesday 2022-08-16 00:04:10 +0530, Gyan Doshi wrote: c11fb46731 led to a regression whereby the return code for missing input or input probe is overridden by writer close return code and hen

Re: [FFmpeg-devel] [PATCH] ffprobe: restore reporting error code for failed inputs

2022-08-16 Thread Gyan Doshi
On 2022-08-17 04:36 am, Stefano Sabatini wrote: On date Tuesday 2022-08-16 00:04:10 +0530, Gyan Doshi wrote: c11fb46731 led to a regression whereby the return code for missing input or input probe is overridden by writer close return code and hence not conveyed in the exit code. --- fftools

Re: [FFmpeg-devel] [PATCH] ffprobe: restore reporting error code for failed inputs

2022-08-16 Thread Stefano Sabatini
On date Tuesday 2022-08-16 00:04:10 +0530, Gyan Doshi wrote: > c11fb46731 led to a regression whereby the return code for missing > input or input probe is overridden by writer close return code and > hence not conveyed in the exit code. > --- > fftools/ffprobe.c | 6 +- > 1 file changed, 5 in

[FFmpeg-devel] [PATCH] ffprobe: restore reporting error code for failed inputs

2022-08-15 Thread Gyan Doshi
c11fb46731 led to a regression whereby the return code for missing input or input probe is overridden by writer close return code and hence not conveyed in the exit code. --- fftools/ffprobe.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) Affects 5.1 so will need to be backported the