diff mencoder.c @ 25965:4cd12675cfbb

Change force_fps and force_ofps to double
author reimar
date Thu, 14 Feb 2008 14:50:34 +0000
parents afa125da85cf
children 28316f2f8d26
line wrap: on
line diff
--- a/mencoder.c	Thu Feb 14 14:44:52 2008 +0000
+++ b/mencoder.c	Thu Feb 14 14:50:34 2008 +0000
@@ -163,8 +163,8 @@
 static int ignore_start=0;
 static int audio_density=2;
 
-float force_fps=0;
-static float force_ofps=0; // set to 24 for inverse telecine
+double force_fps=0;
+static double force_ofps=0; // set to 24 for inverse telecine
 static int skip_limit=-1;
 float playback_speed=1.0;