stream: minor cleanups

Remove unused stream type constants. Move some now DVD specific crap
to stream_dvd.c.
This commit is contained in:
wm4
2014-06-21 20:59:58 +02:00
parent b443f8471f
commit ea1650fcc3
3 changed files with 7 additions and 10 deletions

View File

@@ -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;