summaryrefslogtreecommitdiffstats
path: root/video/out/gl_hwdec.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/gl_hwdec.h')
-rw-r--r--video/out/gl_hwdec.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/video/out/gl_hwdec.h b/video/out/gl_hwdec.h
index 5c70f7fd0d..ea10ac08f8 100644
--- a/video/out/gl_hwdec.h
+++ b/video/out/gl_hwdec.h
@@ -13,6 +13,8 @@ struct gl_hwdec {
struct mp_hwdec_info *info;
// For free use by hwdec driver
void *priv;
+ // For working around the vdpau vs. vaapi mess.
+ bool reject_emulated;
// hwdec backends must set this to an IMGFMT_ that has an equivalent
// internal representation in gl_video.c as the hardware texture.
// It's used to build the rendering chain, and also as screenshot format.