mirror of
https://github.com/mpv-player/mpv
synced 2024-12-22 06:42:03 +00:00
10l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8370 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
a1d91ca035
commit
60d329cf3d
@ -19,6 +19,7 @@ static int nosub_range_start=-1;
|
||||
static int nosub_range_end=-1;
|
||||
|
||||
extern float sub_delay;
|
||||
extern float sub_fps;
|
||||
|
||||
void step_sub(subtitle *subtitles, float pts, int movement) {
|
||||
int key = sub_uses_time ? (100*(pts+sub_delay)) : ((pts+sub_delay)*sub_fps);
|
||||
|
Loading…
Reference in New Issue
Block a user