[MPlayer-cvslog] r20203 - trunk/libmpcodecs/vf_vo.c

eugeni subversion at mplayerhq.hu
Fri Oct 13 22:28:08 CEST 2006


Author: eugeni
Date: Fri Oct 13 22:28:07 2006
New Revision: 20203

Modified:
   trunk/libmpcodecs/vf_vo.c

Log:
Fix typo in sub_delay external specification.
Patch by Jindrich Makovicka <makovick a gmail d com>


Modified: trunk/libmpcodecs/vf_vo.c
==============================================================================
--- trunk/libmpcodecs/vf_vo.c	(original)
+++ trunk/libmpcodecs/vf_vo.c	Fri Oct 13 22:28:07 2006
@@ -19,7 +19,7 @@
 //===========================================================================//
 
 extern int sub_visibility;
-extern double sub_delay;
+extern float sub_delay;
 
 typedef struct vf_vo_data_s {
     double pts;



More information about the MPlayer-cvslog mailing list