Mercurial > mplayer.hg
changeset 8369:4f60716f3513
10l
author | arpi |
---|---|
date | Thu, 05 Dec 2002 02:05:13 +0000 |
parents | 1e3f010571fd |
children | cb1aaa93d9e0 |
files | find_sub.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/find_sub.c Thu Dec 05 00:43:46 2002 +0000 +++ b/find_sub.c Thu Dec 05 02:05:13 2002 +0000 @@ -19,6 +19,7 @@ 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);