mirror of https://github.com/mpv-player/mpv
10l found by albeu
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10754 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
6aa98bd052
commit
0722563d50
|
@ -296,9 +296,7 @@ extern char* edl_output_filename;
|
|||
#ifdef USE_TV
|
||||
m_option_t tvopts_conf[]={
|
||||
{"on", "-tv on is deprecated, use tv:// instead\n", CONF_TYPE_PRINT, 0, 0, 0, NULL},
|
||||
#ifdef HAVE_TV_BSDBT848
|
||||
{"immediatemode", &tv_param_immediate, CONF_TYPE_FLAG, 0, 0, 0, NULL},
|
||||
#endif
|
||||
{"noaudio", &tv_param_noaudio, CONF_TYPE_FLAG, 0, 0, 1, NULL},
|
||||
{"audiorate", &tv_param_audiorate, CONF_TYPE_INT, 0, 0, 0, NULL},
|
||||
{"driver", &tv_param_driver, CONF_TYPE_STRING, 0, 0, 0, NULL},
|
||||
|
|
Loading…
Reference in New Issue