From a5b96226a0a9df11e1c86565410c7338a03d0b7c Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 29 Jun 2015 15:14:38 +0200 Subject: vaapi: prefer direct display over copy-back Again. With the old OpenGL interop dropped, this probably works better than vaapi-copy now. Last time we defaulted to vaapi-copy, because the OpenGL interop could swap U/V planes and other stupid crap. We'll see. --- video/decode/vd_lavc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'video/decode/vd_lavc.c') diff --git a/video/decode/vd_lavc.c b/video/decode/vd_lavc.c index 61bd7bc798..8320001e6b 100644 --- a/video/decode/vd_lavc.c +++ b/video/decode/vd_lavc.c @@ -133,8 +133,8 @@ static const struct vd_lavc_hwdec *const hwdec_list[] = { &mp_vd_lavc_vda, #endif #if HAVE_VAAPI_HWACCEL - &mp_vd_lavc_vaapi_copy, &mp_vd_lavc_vaapi, + &mp_vd_lavc_vaapi_copy, #endif #if HAVE_DXVA2_HWACCEL &mp_vd_lavc_dxva2_copy, -- cgit v1.2.3