Allow decoders to choose a desired colorspace
This commit is contained in:
parent
88930a9de4
commit
160684f23e
7 changed files with 21 additions and 0 deletions
|
|
@ -284,6 +284,8 @@ bool Session::populateDecoderProperties(SDL_Window* window)
|
|||
|
||||
m_VideoCallbacks.capabilities |= decoder->getDecoderCapabilities();
|
||||
|
||||
m_StreamConfig.colorSpace = decoder->getDecoderColorspace();
|
||||
|
||||
delete decoder;
|
||||
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue