We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cf1b2a commit 4457a39Copy full SHA for 4457a39
src/AvTranscoder/transcoder/Transcoder.cpp
@@ -305,7 +305,7 @@ ProcessStat Transcoder::process(IProgress& progress)
305
306
_outputFile.endWrap();
307
308
- LOG_INFO("End of process: " << frame << " frames processed")
+ LOG_INFO("End of process: " << ++frame << " frames processed")
309
310
LOG_INFO("Get process statistics")
311
ProcessStat processStat;
0 commit comments