Add decoder options dictionary to prepareDecoderContext()

This commit is contained in:
Cameron Gutman 2020-02-08 17:47:26 -08:00
commit 529fdf0341
17 changed files with 21 additions and 18 deletions

View file

@ -58,7 +58,7 @@ SdlRenderer::~SdlRenderer()
}
}
bool SdlRenderer::prepareDecoderContext(AVCodecContext*)
bool SdlRenderer::prepareDecoderContext(AVCodecContext*, AVDictionary**)
{
/* Nothing to do */