Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9f75cb9

Browse files
committed
Merge pull request#192 from cchampet/fix_logNbFrameProcessedInDebug
Transcoder: log number of frame processed in debug
2 parentsc59b98b +b92c2b0 commit9f75cb9

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)

[8]ページ先頭

©2009-2025 Movatter.jp