]> git.sesse.net Git - ffmpeg/commit
ffmpeg: add correct field for raw pts in -progress report
authorGyan Doshi <ffmpeg@gyani.pro>
Sun, 5 Aug 2018 07:04:21 +0000 (12:34 +0530)
committerGyan Doshi <ffmpeg@gyani.pro>
Tue, 28 Aug 2018 04:41:01 +0000 (10:11 +0530)
commit26dc76324564fc572689509c2efb7f1cb8f41a45
treeae65ded71ecab64a9b98bb4842784f0481dd9371
parent964819fefdd14e4c147bbfd7d5183a8ea515fcdc
ffmpeg: add correct field for raw pts in -progress report

PTS is in microseconds, so correct field name is out_time_us.

Old field out_time_ms kept for now - will be removed after a suitable transition
period.

Fixes #7345
fftools/ffmpeg.c