Enable HEVC RFI for VideoToolbox
This commit is contained in:
parent
2a4af0bc2c
commit
f8c7e2ee41
1 changed files with 5 additions and 0 deletions
|
|
@ -508,6 +508,11 @@ public:
|
|||
return COLORSPACE_REC_601;
|
||||
}
|
||||
|
||||
int getDecoderCapabilities() override
|
||||
{
|
||||
return CAPABILITY_REFERENCE_FRAME_INVALIDATION_HEVC;
|
||||
}
|
||||
|
||||
int getRendererAttributes() override
|
||||
{
|
||||
// AVSampleBufferDisplayLayer supports HDR output
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue