From 833375f88d0392cac49b30ee3a4704fbab58e814 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 4 May 2016 16:55:26 +0200 Subject: command: change some hwdec properties Introduce hwdec-current and hwdec-interop properties. Deprecate hwdec-detected, which never made a lot of sense, and which is replaced by the new properties. hwdec-active also becomes useless, as hwdec-current is a superset, so it's deprecated too (for now). --- video/hwdec.h | 1 + 1 file changed, 1 insertion(+) (limited to 'video/hwdec.h') diff --git a/video/hwdec.h b/video/hwdec.h index 377f6779d1..94667774e7 100644 --- a/video/hwdec.h +++ b/video/hwdec.h @@ -26,6 +26,7 @@ extern const struct m_opt_choice_alternatives mp_hwdec_names[]; struct mp_hwdec_ctx { enum hwdec_type type; + const char *driver_name; // NULL if unknown/not loaded void *priv; // for free use by hwdec implementation -- cgit v1.2.3