mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-04-24 00:47:23 +00:00
Allow decoders to choose a desired colorspace
This commit is contained in:
@@ -31,6 +31,12 @@ SLVideoDecoder::getDecoderCapabilities()
|
||||
return 0;
|
||||
}
|
||||
|
||||
int
|
||||
SLVideoDecoder::getDecoderColorspace()
|
||||
{
|
||||
return COLORSPACE_REC_709;
|
||||
}
|
||||
|
||||
bool
|
||||
SLVideoDecoder::initialize(PDECODER_PARAMETERS params)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user