mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
stream: remove now unused STREAM_CTRL_GET_START_TIME
demux_disc.c takes care of this now.
This commit is contained in:
@@ -580,10 +580,6 @@ static int bluray_stream_control(stream_t *s, int cmd, void *arg)
|
||||
}
|
||||
return STREAM_ERROR;
|
||||
}
|
||||
case STREAM_CTRL_GET_START_TIME: {
|
||||
*((double *)arg) = 0;
|
||||
return STREAM_OK;
|
||||
}
|
||||
case STREAM_CTRL_GET_DISC_NAME: {
|
||||
const struct meta_dl *meta = bd_get_meta(b->bd);
|
||||
if (!meta || !meta->di_name || !meta->di_name[0])
|
||||
|
||||
Reference in New Issue
Block a user