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 fba1268 commit 3889d71Copy full SHA for 3889d71
src/AvTranscoder/codec/ICodec.cpp
@@ -83,7 +83,7 @@ void ICodec::initCodecContext( )
83
84
if( ( _codecContext = avcodec_alloc_context3( _codec ) ) == NULL )
85
{
86
- throw std::runtime_error( "unable to create context for context" );
+ throw std::runtime_error( "unable to allocate codec context and set its fields to default values" );
87
}
88
89
// Set default codec parameters
0 commit comments