supporting -tv outfmt

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2817 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
alex 2001-11-11 02:54:21 +00:00
parent 89a297804a
commit cdf72d75d2
1 changed files with 1 additions and 0 deletions

View File

@ -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