Enable HEVC RFI for DXVA2 and D3D11VA
This commit is contained in:
parent
3679964cf8
commit
9e8a4cab7b
4 changed files with 12 additions and 0 deletions
|
|
@ -1027,6 +1027,11 @@ int D3D11VARenderer::getRendererAttributes()
|
|||
return attributes;
|
||||
}
|
||||
|
||||
int D3D11VARenderer::getDecoderCapabilities()
|
||||
{
|
||||
return CAPABILITY_REFERENCE_FRAME_INVALIDATION_HEVC;
|
||||
}
|
||||
|
||||
bool D3D11VARenderer::needsTestFrame()
|
||||
{
|
||||
// We can usually determine when D3D11VA will work based on which decoder GUIDs are supported,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue