diff cfg-common.h @ 25965:4cd12675cfbb

Change force_fps and force_ofps to double
author reimar
date Thu, 14 Feb 2008 14:50:34 +0000
parents cb07fc632de1
children 0d369275fb20
line wrap: on
line diff
--- a/cfg-common.h	Thu Feb 14 14:44:52 2008 +0000
+++ b/cfg-common.h	Thu Feb 14 14:50:34 2008 +0000
@@ -173,7 +173,7 @@
 	{"mc", &default_max_pts_correction, CONF_TYPE_FLOAT, CONF_RANGE, 0, 100, NULL},
 	
 	// force video/audio rate:
-	{"fps", &force_fps, CONF_TYPE_FLOAT, CONF_MIN, 0, 0, NULL},
+	{"fps", &force_fps, CONF_TYPE_DOUBLE, CONF_MIN, 0, 0, NULL},
 	{"srate", &force_srate, CONF_TYPE_INT, CONF_RANGE, 1000, 8*48000, NULL},
 	{"channels", &audio_output_channels, CONF_TYPE_INT, CONF_RANGE, 1, 6, NULL},
 	{"format", &audio_output_format, CONF_TYPE_AFMT, 0, 0, 0, NULL},