summaryrefslogtreecommitdiffstats
path: root/libvo/vo_vdpau.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vo_vdpau.c')
-rw-r--r--libvo/vo_vdpau.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libvo/vo_vdpau.c b/libvo/vo_vdpau.c
index 248991712f..a06c421301 100644
--- a/libvo/vo_vdpau.c
+++ b/libvo/vo_vdpau.c
@@ -1676,7 +1676,6 @@ static int get_equalizer(struct vo *vo, const char *name, int *value)
static int set_equalizer(struct vo *vo, const char *name, int value)
{
struct vdpctx *vc = vo->priv;
- struct vdp_functions *vdp = vc->vdp;
if (!strcasecmp(name, "brightness"))
vc->procamp.brightness = value / 100.0;