changeset 2816:190e713d8e07

supporting -tv outfmt
author alex
date Sun, 11 Nov 2001 02:54:21 +0000
parents c9b4ab4321c2
children cc93d9786954
files cfg-common.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/cfg-common.h	Sun Nov 11 02:20:57 2001 +0000
+++ b/cfg-common.h	Sun Nov 11 02:54:21 2001 +0000
@@ -100,6 +100,7 @@
 	{"width", &tv_param_width, CONF_TYPE_INT, 0, 0, 4096},
 	{"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},
 	{NULL, NULL, 0, 0, 0, 0}
 };
 #endif