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 5190623 commit 6080702Copy full SHA for 6080702
src/AvTranscoder/transcoder/Transcoder.cpp
@@ -283,7 +283,7 @@ ProcessStat Transcoder::process(IProgress& progress)
283
preProcessCodecLatency();
284
285
const float expectedOutputDuration = getExpectedOutputDuration();
286
- LOG_INFO("Output duration of the process will be " << expectedOutputDuration << "s.")
+ LOG_INFO("The expected output duration of the program will be " << expectedOutputDuration << "s.")
287
288
size_t frame = 0;
289
bool frameProcessed = true;
0 commit comments