summaryrefslogtreecommitdiffstats
path: root/video
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2020-09-10 23:25:30 +0200
committerwm4 <wm4@nowhere>2020-09-10 23:25:30 +0200
commit4b9d80644d828226675ebeb873e9537ea2eed2b0 (patch)
treeccbd48510ce5daf17102f984d9fa2ef01c78f187 /video
parent09d3a4d39d68c3ae0b26369c0ec6cc6359ec70d1 (diff)
downloadmpv-4b9d80644d828226675ebeb873e9537ea2eed2b0.tar.bz2
mpv-4b9d80644d828226675ebeb873e9537ea2eed2b0.tar.xz
vo_vdpau: remove an unused variable
Diffstat (limited to 'video')
-rw-r--r--video/out/vo_vdpau.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/video/out/vo_vdpau.c b/video/out/vo_vdpau.c
index 89dde588b6..67784941e4 100644
--- a/video/out/vo_vdpau.c
+++ b/video/out/vo_vdpau.c
@@ -1060,8 +1060,6 @@ static void checked_resize(struct vo *vo)
static int control(struct vo *vo, uint32_t request, void *data)
{
- struct vdpctx *vc = vo->priv;
-
check_preemption(vo);
switch (request) {