mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-17 14:11:33 +00:00
Enable HEVC RFI for VideoToolbox
This commit is contained in:
@@ -508,6 +508,11 @@ public:
|
|||||||
return COLORSPACE_REC_601;
|
return COLORSPACE_REC_601;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
int getDecoderCapabilities() override
|
||||||
|
{
|
||||||
|
return CAPABILITY_REFERENCE_FRAME_INVALIDATION_HEVC;
|
||||||
|
}
|
||||||
|
|
||||||
int getRendererAttributes() override
|
int getRendererAttributes() override
|
||||||
{
|
{
|
||||||
// AVSampleBufferDisplayLayer supports HDR output
|
// AVSampleBufferDisplayLayer supports HDR output
|
||||||
|
|||||||
Reference in New Issue
Block a user