mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
stream: minor cleanups
Remove unused stream type constants. Move some now DVD specific crap to stream_dvd.c.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user