FFmpeg VAAPI doesn't need slices and is incompatible with RFI

This commit is contained in:
Cameron Gutman
2021-07-24 07:56:41 -05:00
parent 98092f8baf
commit 01d43ff596

View File

@@ -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,
}; };