From c1a683ad8c2140dc32cd452bd75687852e6bf9a6 Mon Sep 17 00:00:00 2001 From: reimar Date: Thu, 14 Feb 2008 14:50:34 +0000 Subject: Change force_fps and force_ofps to double git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25997 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mencoder.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mencoder.c') diff --git a/mencoder.c b/mencoder.c index 8f9937dc28..37d9aa3844 100644 --- a/mencoder.c +++ b/mencoder.c @@ -163,8 +163,8 @@ static float audio_delay=0.0; 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; -- cgit v1.2.3