mirror of https://github.com/mpv-player/mpv
vo_vdpau: remove an unused variable
This commit is contained in:
parent
09d3a4d39d
commit
4b9d80644d
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue