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 6b53ed1 commit 5fb1558Copy full SHA for 5fb1558
src/AvTranscoder/transcoder/Transcoder.cpp
@@ -500,7 +500,7 @@ void Transcoder::manageSwitchToGenerator()
500
_streamTranscoders.at( i )->canSwitchToGenerator( false );
501
break;
502
case eProcessMethodBasedOnDuration :
503
- if( _streamTranscoders.at( i )->getDuration() > _outputDuration )
+ if( _streamTranscoders.at( i )->getDuration() >= _outputDuration )
504
505
else
506
_streamTranscoders.at( i )->canSwitchToGenerator( true );
0 commit comments