summaryrefslogtreecommitdiffstats
path: root/stream/stream_pvr.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-06-21 20:59:58 +0200
committerwm4 <wm4@nowhere>2014-06-22 05:01:03 +0200
commitea1650fcc338a11adfbbbf950719c65f33acc574 (patch)
tree93c4a779567ad57545342ac6424d95eb0b0ceaf0 /stream/stream_pvr.c
parentb443f8471fffdc16fe927acbf8e40f2061e412dc (diff)
downloadmpv-ea1650fcc338a11adfbbbf950719c65f33acc574.tar.bz2
mpv-ea1650fcc338a11adfbbbf950719c65f33acc574.tar.xz
stream: minor cleanups
Remove unused stream type constants. Move some now DVD specific crap to stream_dvd.c.
Diffstat (limited to 'stream/stream_pvr.c')
-rw-r--r--stream/stream_pvr.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/stream/stream_pvr.c b/stream/stream_pvr.c
index 7fc521fa28..db355131b1 100644
--- a/stream/stream_pvr.c
+++ b/stream/stream_pvr.c
@@ -1609,7 +1609,6 @@ pvr_stream_open (stream_t *stream)
}
stream->priv = pvr;
- stream->type = STREAMTYPE_PVR;
stream->fill_buffer = pvr_stream_read;
stream->close = pvr_stream_close;
stream->control = pvr_stream_control;