diff options
Diffstat (limited to 'stream/stream_pvr.c')
-rw-r--r-- | stream/stream_pvr.c | 1 |
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; |