From 9345964bad6413a94447b3a1c79dca6b878f0ec4 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 1 Dec 2017 05:26:37 +0100 Subject: d3d11: move code for d3d11eglrgb hack --- video/decode/d3d.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'video/decode/d3d.c') diff --git a/video/decode/d3d.c b/video/decode/d3d.c index c7b2afd470..dcaa0008b2 100644 --- a/video/decode/d3d.c +++ b/video/decode/d3d.c @@ -119,6 +119,9 @@ static void d3d11_complete_image_params(struct mp_image *img) // According to hwcontex_d3d11va.h, this means DXGI_FORMAT_420_OPAQUE. img->params.hw_flags = hw_frames->sw_format == AV_PIX_FMT_YUV420P ? MP_IMAGE_HW_FLAG_OPAQUE : 0; + + if (img->params.hw_subfmt == IMGFMT_NV12) + mp_image_setfmt(img, IMGFMT_D3D11NV12); } const struct hwcontext_fns hwcontext_fns_d3d11 = { -- cgit v1.2.3