Skip to content

Commit 9f75cb9

Browse files
committed
Merge pull request #192 from cchampet/fix_logNbFrameProcessedInDebug
Transcoder: log number of frame processed in debug
2 parents c59b98b + b92c2b0 commit 9f75cb9

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)