From cdf72d75d2a3b4c90f180bc90d1e8db6afadacad Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 11 Nov 2001 02:54:21 +0000 Subject: supporting -tv outfmt git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2817 b3059339-0415-0410-9bf9-f77b7e298cf2 --- cfg-common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'cfg-common.h') diff --git a/cfg-common.h b/cfg-common.h index b2fd24dc06..ffd55227fe 100644 --- a/cfg-common.h +++ b/cfg-common.h @@ -100,6 +100,7 @@ struct config tvopts_conf[]={ {"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 -- cgit v1.2.3