summaryrefslogtreecommitdiffstats
path: root/libvo/vo_vdpau.c
diff options
context:
space:
mode:
authorUoti Urpala <uau@glyph.nonexistent.invalid>2009-11-17 06:56:29 +0200
committerUoti Urpala <uau@glyph.nonexistent.invalid>2009-11-17 06:56:29 +0200
commit34279a8ce3c02bb744c635bfa9650494a68a333b (patch)
treedb8d24c8fadff55a3cbd2d074ada65ecd57baa6d /libvo/vo_vdpau.c
parent53ecafadc8bddc68f7cddecd6e4675bcdaf4a8fd (diff)
downloadmpv-34279a8ce3c02bb744c635bfa9650494a68a333b.tar.bz2
mpv-34279a8ce3c02bb744c635bfa9650494a68a333b.tar.xz
cosmetics: remove some unused variables
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;