summaryrefslogtreecommitdiffstats
path: root/cfg-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'cfg-common.h')
-rw-r--r--cfg-common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cfg-common.h b/cfg-common.h
index 945e7723eb..a436277e9c 100644
--- a/cfg-common.h
+++ b/cfg-common.h
@@ -109,6 +109,7 @@ struct config tvopts_conf[]={
{"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