[Mplayer-cvslog] CVS: main find_sub.c,1.11,1.12

Jindrich Makovicka CVS henry at mplayerhq.hu
Thu Apr 24 10:20:40 CEST 2003


Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv23010

Modified Files:
	find_sub.c 
Log Message:
10L

Index: find_sub.c
===================================================================
RCS file: /cvsroot/mplayer/main/find_sub.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- find_sub.c	7 Apr 2003 16:03:37 -0000	1.11
+++ find_sub.c	24 Apr 2003 08:20:10 -0000	1.12
@@ -23,10 +23,11 @@
 
 void step_sub(sub_data *subd, float pts, int movement) {
     subtitle *subs; 
-    int key = (pts+sub_delay) * (subd->sub_uses_time ? 100 : sub_fps);
+    int key;
 
     if (subd == NULL) return;
     subs = subd->subtitles;
+    key = (pts+sub_delay) * (subd->sub_uses_time ? 100 : sub_fps);
 
     /* Tell the OSD subsystem that the OSD contents will change soon */
     vo_osd_changed(OSDTYPE_SUBTITLE);



More information about the MPlayer-cvslog mailing list