Skip to content

Commit b92c2b0

Browse files
author
Clement Champetier
committed
Transcoder: log number of frame processed in debug
Fix #190
1 parent c59b98b commit b92c2b0

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
@@ -258,7 +258,7 @@ void Transcoder::process( IProgress& progress )
258258
if( progressDuration >= outputDuration )
259259
break;
260260

261-
LOG_INFO( "Process frame " << frame )
261+
LOG_DEBUG( "Process frame " << frame )
262262
frameProcessed = processFrame();
263263

264264
++frame;

0 commit comments

Comments
 (0)