From 2ce7face96c3c08582cd4aebf59aa99a9d741a7f Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 20 Dec 2017 00:29:22 +0100 Subject: hwdec: remove unused fields These were replaced by a different mechanism, but the old fields weren't removed. --- video/vaapi.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'video/vaapi.c') 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: -- cgit v1.2.3