summaryrefslogtreecommitdiffstats
path: root/stream/stream_bluray.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-07-06 19:02:33 +0200
committerwm4 <wm4@nowhere>2014-07-06 19:02:33 +0200
commit1d55547adf37f94be3bec973b59067c474e9d439 (patch)
tree8b75de0e8248ae6b1d3fad8a0869e42e4c4f5f82 /stream/stream_bluray.c
parentde288762222beb1e20883f5d2c890ff7460ba318 (diff)
downloadmpv-1d55547adf37f94be3bec973b59067c474e9d439.tar.bz2
mpv-1d55547adf37f94be3bec973b59067c474e9d439.tar.xz
stream: remove now unused STREAM_CTRL_GET_START_TIME
demux_disc.c takes care of this now.
Diffstat (limited to 'stream/stream_bluray.c')
-rw-r--r--stream/stream_bluray.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/stream/stream_bluray.c b/stream/stream_bluray.c
index ee6d4b9664..686541b551 100644
--- a/stream/stream_bluray.c
+++ b/stream/stream_bluray.c
@@ -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])