diff cfg-common.h @ 3285:bd7bff4cb453

add tv fps support
author alex
date Mon, 03 Dec 2001 16:49:55 +0000
parents 7e4399d1eb65
children b26e0f8cf2d7
line wrap: on
line diff
--- a/cfg-common.h	Mon Dec 03 16:38:40 2001 +0000
+++ b/cfg-common.h	Mon Dec 03 16:49:55 2001 +0000
@@ -109,6 +109,7 @@
 	{"height", &tv_param_height, CONF_TYPE_INT, 0, 0, 4096},
 	{"input", &tv_param_input, CONF_TYPE_INT, 0, 0, 20},
 	{"outfmt", &tv_param_outfmt, CONF_TYPE_STRING, 0, 0, 0},
+	{"fps", &tv_param_fps, CONF_TYPE_FLOAT, 0, 0, 100.0},
 	{NULL, NULL, 0, 0, 0, 0}
 };
 #endif