Skip to content

Commit b70f37a

Browse files
author
Clement Champetier
committed
ICodec: loadCodecOptions when constructor object from an existing AVCodecContext
1 parent 1a0f103 commit b70f37a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/AvTranscoder/codec/ICodec.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ ICodec::ICodec( const ECodecType type, AVCodecContext& avCodecContext )
3939
, _type( type )
4040
{
4141
setCodec( type, _avCodecContext->codec_id );
42+
loadCodecOptions();
4243
}
4344

4445
ICodec::~ICodec()

0 commit comments

Comments
 (0)