mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-16 21:51:17 +00:00
Enable AV1 RFI on all decoders capable of HEVC RFI
This commit is contained in:
@@ -1080,7 +1080,8 @@ int D3D11VARenderer::getRendererAttributes()
|
||||
|
||||
int D3D11VARenderer::getDecoderCapabilities()
|
||||
{
|
||||
return CAPABILITY_REFERENCE_FRAME_INVALIDATION_HEVC;
|
||||
return CAPABILITY_REFERENCE_FRAME_INVALIDATION_HEVC |
|
||||
CAPABILITY_REFERENCE_FRAME_INVALIDATION_AV1;
|
||||
}
|
||||
|
||||
bool D3D11VARenderer::needsTestFrame()
|
||||
|
||||
Reference in New Issue
Block a user