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:
@@ -532,11 +532,6 @@ static int control(stream_t *stream,int cmd,void* arg)
|
||||
*((double *)arg) = (double) mp_get_titleset_length(d->vts_file, d->tt_srpt, d->cur_title)/1000.0;
|
||||
return 1;
|
||||
}
|
||||
case STREAM_CTRL_GET_START_TIME:
|
||||
{
|
||||
*((double *)arg) = 0;
|
||||
return 1;
|
||||
}
|
||||
case STREAM_CTRL_GET_NUM_TITLES:
|
||||
{
|
||||
*((unsigned int *)arg) = d->vmg_file->tt_srpt->nr_of_srpts;
|
||||
|
||||
Reference in New Issue
Block a user