mirror of
https://github.com/mpv-player/mpv
synced 2025-02-25 09:44:21 +00:00
10l found by atmos
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11595 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
4efe8506e2
commit
c7f47f1837
2
vobsub.c
2
vobsub.c
@ -1278,7 +1278,7 @@ void vobsub_seek(void * vobhandle, float pts)
|
|||||||
queue->current_index = 0;
|
queue->current_index = 0;
|
||||||
while ((queue->packets + queue->current_index)->pts100 < seek_pts100)
|
while ((queue->packets + queue->current_index)->pts100 < seek_pts100)
|
||||||
++queue->current_index;
|
++queue->current_index;
|
||||||
if (queue->current_index > 0);
|
if (queue->current_index > 0)
|
||||||
--queue->current_index;
|
--queue->current_index;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user