summaryrefslogtreecommitdiffstats
path: root/stream
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2019-09-21 22:05:24 +0200
committerwm4 <wm4@nowhere>2019-09-21 22:05:24 +0200
commit9280e6b322b8ea82db5caf394f7851ed26719276 (patch)
tree9e783ec26272aff0ada4ec02eaf8ca978782ccba /stream
parentdab28158eea42ba438ee885f3dca31503b975f93 (diff)
downloadmpv-9280e6b322b8ea82db5caf394f7851ed26719276.tar.bz2
mpv-9280e6b322b8ea82db5caf394f7851ed26719276.tar.xz
stream_dvb: remove unused variable
(At first I left this intentionally, because the temporarily disabled stream ctrl code used it, but there's actually no reason to annoy everyone with the warning.)
Diffstat (limited to 'stream')
-rw-r--r--stream/stream_dvb.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/stream/stream_dvb.c b/stream/stream_dvb.c
index 899851641c..ebeee293a3 100644
--- a/stream/stream_dvb.c
+++ b/stream/stream_dvb.c
@@ -895,7 +895,6 @@ int dvb_step_channel(stream_t *stream, int dir)
static int dvbin_stream_control(struct stream *s, int cmd, void *arg)
{
- int r;
dvb_priv_t *priv = (dvb_priv_t *) s->priv;
dvb_state_t *state = priv->state;
dvb_channels_list_t *list = NULL;