summaryrefslogtreecommitdiffstats
path: root/video/vdpau.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/vdpau.c')
-rw-r--r--video/vdpau.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/video/vdpau.c b/video/vdpau.c
index 7d0ff145b0..6e3d0ac8a9 100644
--- a/video/vdpau.c
+++ b/video/vdpau.c
@@ -563,7 +563,6 @@ static struct AVBufferRef *vdpau_create_standalone(struct mpv_global *global,
return NULL;
}
- vdp->hwctx.emulated = mp_vdpau_guess_if_emulated(vdp);
vdp->close_display = true;
return vdp->hwctx.av_device_ref;
}