stream: remove now unused STREAM_CTRL_GET_START_TIME

demux_disc.c takes care of this now.
This commit is contained in:
wm4
2014-07-06 19:02:33 +02:00
parent de28876222
commit 1d55547adf
4 changed files with 0 additions and 19 deletions

View File

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