diff find_sub.c @ 8369:4f60716f3513

10l
author arpi
date Thu, 05 Dec 2002 02:05:13 +0000
parents 423a19edc0a4
children 09d630a4f991
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);