Add decoder options dictionary to prepareDecoderContext()
This commit is contained in:
parent
fa74700ad9
commit
529fdf0341
17 changed files with 21 additions and 18 deletions
|
|
@ -58,7 +58,7 @@ SdlRenderer::~SdlRenderer()
|
|||
}
|
||||
}
|
||||
|
||||
bool SdlRenderer::prepareDecoderContext(AVCodecContext*)
|
||||
bool SdlRenderer::prepareDecoderContext(AVCodecContext*, AVDictionary**)
|
||||
{
|
||||
/* Nothing to do */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue