]> git.sesse.net Git - ffmpeg/commit
ffmpeg: don't delay printing initial stats
authorGyan Doshi <ffmpeg@gyani.pro>
Mon, 21 Dec 2020 09:16:15 +0000 (14:46 +0530)
committerGyan Doshi <ffmpeg@gyani.pro>
Tue, 22 Dec 2020 19:11:20 +0000 (00:41 +0530)
commit3e47bbad56e8a00bf502829403f298e17c69dd1a
treeeb8a0e8b4995ed31b6c0caf5cc86bdf8298860ec
parent842714b5cb4112ec6805ed228b34d711024ad9e2
ffmpeg: don't delay printing initial stats

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