Re: [FFmpeg-devel] [PATCH 2/2] ffmpeg: don't delay printing initial stats

2020-12-22 Thread Michael Niedermayer
On Mon, Dec 21, 2020 at 02:51:21PM +0530, Gyan Doshi wrote: > The first stats is printed after the initial stats_period has elapsed. With a > large period, > it may appear that ffmpeg has frozen at startup. > > The initial stats is now printed after the first transcode_step. > --- > fftools/ffmp

[FFmpeg-devel] [PATCH 2/2] ffmpeg: don't delay printing initial stats

2020-12-21 Thread Gyan Doshi
The first stats is printed after the initial stats_period has elapsed. With a large period, it may appear that ffmpeg has frozen at startup. The initial stats is now printed after the first transcode_step. --- fftools/ffmpeg.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --g