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 8d478d4 commit 50befa1Copy full SHA for 50befa1
src/AvTranscoder/transcoder/StreamTranscoder.cpp
@@ -183,10 +183,6 @@ StreamTranscoder::StreamTranscoder(
183
, _offsetPassed( false )
184
, _infinityStream( false )
185
{
186
- // create a coding case based on a InputEssence (aka generator)
187
- if( ! profile.count( constants::avProfileType ) )
188
- throw std::runtime_error( "unable to found stream type (audio, video, etc.)" );
189
-
190
if( profile.find( constants::avProfileType )->second == constants::avProfileTypeVideo )
191
192
// Create input essence based on a given input VideoCodec
0 commit comments