Allow decoders to choose a desired colorspace

This commit is contained in:
Cameron Gutman
2019-12-14 15:25:56 -08:00
parent 88930a9de4
commit 160684f23e
7 changed files with 21 additions and 0 deletions

View File

@@ -50,6 +50,11 @@ int FFmpegVideoDecoder::getDecoderCapabilities()
return m_BackendRenderer->getDecoderCapabilities();
}
int FFmpegVideoDecoder::getDecoderColorspace()
{
return m_FrontendRenderer->getDecoderColorspace();
}
enum AVPixelFormat FFmpegVideoDecoder::ffGetFormat(AVCodecContext* context,
const enum AVPixelFormat* pixFmts)
{