Re: [FFmpeg-devel] [PATCH v2] ffmpeg: delay first stats

2020-12-23 Thread Gyan Doshi
On 23-12-2020 09:52 pm, Gyan Doshi wrote: Plan to push tomorrow morning. Pushed as 9a0f5e412ad42a1c1a959d582e4fe2021b9ceda6 On 23-12-2020 04:53 pm, Gyan Doshi wrote: Wait for all output files to be initialized before printing first stats. Avoids breaking output file dump report. ---   f

Re: [FFmpeg-devel] [PATCH v2] ffmpeg: delay first stats

2020-12-23 Thread Gyan Doshi
Plan to push tomorrow morning. On 23-12-2020 04:53 pm, Gyan Doshi wrote: Wait for all output files to be initialized before printing first stats. Avoids breaking output file dump report. --- fftools/ffmpeg.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/fftools/ffmp

[FFmpeg-devel] [PATCH v2] ffmpeg: delay first stats

2020-12-23 Thread Gyan Doshi
Wait for all output files to be initialized before printing first stats. Avoids breaking output file dump report. --- fftools/ffmpeg.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/fftools/ffmpeg.c b/fftools/ffmpeg.c index 2c0820aacf..84a60f944a 100644 --- a/fftools/ffmp