Skip to content

Commit 4457a39

Browse files
author
Clement Champetier
committed
Transcoder: updated log message in process method
1 parent 6cf1b2a commit 4457a39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AvTranscoder/transcoder/Transcoder.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ ProcessStat Transcoder::process(IProgress& progress)
305305

306306
_outputFile.endWrap();
307307

308-
LOG_INFO("End of process: " << frame << " frames processed")
308+
LOG_INFO("End of process: " << ++frame << " frames processed")
309309

310310
LOG_INFO("Get process statistics")
311311
ProcessStat processStat;

0 commit comments

Comments
 (0)