mirror of
https://github.com/mpv-player/mpv
synced 2025-01-11 17:39:38 +00:00
supporting -tv outfmt
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2817 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
89a297804a
commit
cdf72d75d2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user