summaryrefslogtreecommitdiffstats
path: root/stream/stream_dvb.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2018-09-01 11:54:28 +0200
committerwm4 <wm4@nowhere>2019-09-13 17:32:21 +0200
commitddcbe66768a8a29f6e6538939c57046e9efe48fc (patch)
tree669d2654a51b3eb6e1a46f6d3688c3e09df0199b /stream/stream_dvb.c
parentb30e85508a305d668db8419556d295a65ab08707 (diff)
downloadmpv-ddcbe66768a8a29f6e6538939c57046e9efe48fc.tar.bz2
mpv-ddcbe66768a8a29f6e6538939c57046e9efe48fc.tar.xz
stream: remove some more optical disc leftovers
Diffstat (limited to 'stream/stream_dvb.c')
-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 f87b95416c..899851641c 100644
--- a/stream/stream_dvb.c
+++ b/stream/stream_dvb.c
@@ -1127,7 +1127,6 @@ static int dvb_open(stream_t *stream)
stream->streaming = true;
stream->demuxer = "lavf";
stream->lavf_type = "mpegts";
- stream->extended_ctrls = true;
return STREAM_OK;