summaryrefslogtreecommitdiffstats
path: root/stream/stream_dvd.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/stream_dvd.c')
-rw-r--r--stream/stream_dvd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/stream_dvd.c b/stream/stream_dvd.c
index 16b66097fa..a07f6b82dd 100644
--- a/stream/stream_dvd.c
+++ b/stream/stream_dvd.c
@@ -652,7 +652,7 @@ static double dvd_get_current_time(stream_t *stream, int cell)
static int dvd_seek_to_time(stream_t *stream, ifo_handle_t *vts_file, double sec)
{
unsigned int i, j, k, timeunit, ac_time, tmap_sector=0, cell_sector=0, vobu_sector=0;
- int t=0, t2=0;
+ int t=0;
double tm, duration;
off_t pos = -1;
dvd_priv_t *d = stream->priv;