mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-02-16 02:20:42 +00:00
FFmpeg VAAPI doesn't need slices and is incompatible with RFI
This commit is contained in:
@@ -199,5 +199,5 @@ DECODER_RENDERER_CALLBACKS decoder_callbacks_x11_vaapi = {
|
|||||||
.setup = x11_setup_vaapi,
|
.setup = x11_setup_vaapi,
|
||||||
.cleanup = x11_cleanup,
|
.cleanup = x11_cleanup,
|
||||||
.submitDecodeUnit = x11_submit_decode_unit,
|
.submitDecodeUnit = x11_submit_decode_unit,
|
||||||
.capabilities = CAPABILITY_SLICES_PER_FRAME(4) | CAPABILITY_REFERENCE_FRAME_INVALIDATION_AVC | CAPABILITY_REFERENCE_FRAME_INVALIDATION_HEVC | CAPABILITY_DIRECT_SUBMIT,
|
.capabilities = CAPABILITY_DIRECT_SUBMIT,
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user