File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/AvTranscoder/transcoder Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -231,7 +231,7 @@ ProcessStat Transcoder::process()
231
231
ProcessStat Transcoder::process ( IProgress& progress )
232
232
{
233
233
if ( _streamTranscoders.size () == 0 )
234
- throw std::runtime_error ( " missing input streams in transcoder" );
234
+ throw std::runtime_error ( " Missing input streams in transcoder" );
235
235
236
236
manageSwitchToGenerator ();
237
237
@@ -241,8 +241,8 @@ ProcessStat Transcoder::process( IProgress& progress )
241
241
242
242
preProcessCodecLatency ();
243
243
244
- double outputDuration = getOutputDuration ();
245
- LOG_DEBUG ( " Output duration of the process will be " << outputDuration )
244
+ const double outputDuration = getOutputDuration ();
245
+ LOG_INFO ( " Output duration of the process will be " << outputDuration << " s. " )
246
246
247
247
size_t frame = 0 ;
248
248
bool frameProcessed = true ;
You can’t perform that action at this time.
0 commit comments