comparison 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
comparison
equal deleted inserted replaced
25964:cb07fc632de1 25965:4cd12675cfbb
161 static float audio_delay_fix=0.0; 161 static float audio_delay_fix=0.0;
162 static float audio_delay=0.0; 162 static float audio_delay=0.0;
163 static int ignore_start=0; 163 static int ignore_start=0;
164 static int audio_density=2; 164 static int audio_density=2;
165 165
166 float force_fps=0; 166 double force_fps=0;
167 static float force_ofps=0; // set to 24 for inverse telecine 167 static double force_ofps=0; // set to 24 for inverse telecine
168 static int skip_limit=-1; 168 static int skip_limit=-1;
169 float playback_speed=1.0; 169 float playback_speed=1.0;
170 170
171 static int force_srate=0; 171 static int force_srate=0;
172 static int audio_output_format=0; 172 static int audio_output_format=0;