Use Rec 2020 colorspace for WCG support even if HDR is off on the host
This commit is contained in:
parent
c55af7fff3
commit
472e8ee92e
15 changed files with 21 additions and 17 deletions
|
|
@ -87,9 +87,9 @@ int FFmpegVideoDecoder::getDecoderCapabilities()
|
|||
return capabilities;
|
||||
}
|
||||
|
||||
int FFmpegVideoDecoder::getDecoderColorspace()
|
||||
int FFmpegVideoDecoder::getDecoderSdrColorspace()
|
||||
{
|
||||
return m_FrontendRenderer->getDecoderColorspace();
|
||||
return m_FrontendRenderer->getDecoderSdrColorspace();
|
||||
}
|
||||
|
||||
int FFmpegVideoDecoder::getDecoderColorRange()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue