summaryrefslogtreecommitdiffstats
path: root/find_sub.c
diff options
context:
space:
mode:
Diffstat (limited to 'find_sub.c')
-rw-r--r--find_sub.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/find_sub.c b/find_sub.c
index 6ee327cf48..e652bd518f 100644
--- a/find_sub.c
+++ b/find_sub.c
@@ -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);