diff mplayer.h @ 25965:4cd12675cfbb

Change force_fps and force_ofps to double
author reimar
date Thu, 14 Feb 2008 14:50:34 +0000
parents 35fcce39b121
children 4129c8cfa742
line wrap: on
line diff
--- a/mplayer.h	Thu Feb 14 14:44:52 2008 +0000
+++ b/mplayer.h	Thu Feb 14 14:50:34 2008 +0000
@@ -22,7 +22,7 @@
 extern char * sub_font_name;
 extern float  font_factor;
 extern float movie_aspect;
-extern float force_fps;
+extern double force_fps;
 
 //extern char **sub_name;
 extern float  sub_delay;