summaryrefslogtreecommitdiffstats
path: root/video/vaapi.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/vaapi.c')
-rw-r--r--video/vaapi.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/video/vaapi.c b/video/vaapi.c
index c3327ce305..152b52f60c 100644
--- a/video/vaapi.c
+++ b/video/vaapi.c
@@ -176,8 +176,6 @@ struct mp_vaapi_ctx *va_initialize(VADisplay *display, struct mp_log *plog,
if (av_hwdevice_ctx_init(res->av_device_ref) < 0)
goto error;
- res->hwctx.emulated = va_guess_if_emulated(res);
-
return res;
error: