1
mirror of https://github.com/mpv-player/mpv synced 2024-07-11 23:47:56 +02:00

10l of a sweet liquid to Alex:

-rtc should be the inverse of -nortc, added this missing option and renamed
-rtc to -rtc-device, which is more descriptive anyway.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12712 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2004-06-28 12:17:36 +00:00
parent 994375361b
commit a464a431c4

View File

@ -412,7 +412,8 @@ m_option_t mplayer_opts[]={
{"softsleep", &softsleep, CONF_TYPE_FLAG, 0, 0, 1, NULL},
#ifdef HAVE_RTC
{"nortc", &nortc, CONF_TYPE_FLAG, 0, 0, 1, NULL},
{"rtc", &rtc_device, CONF_TYPE_STRING, 0, 0, 0, NULL},
{"rtc", &nortc, CONF_TYPE_FLAG, 0, 0, 0, NULL},
{"rtc-device", &rtc_device, CONF_TYPE_STRING, 0, 0, 0, NULL},
#endif
{"slave", &slave_mode, CONF_TYPE_FLAG,CONF_GLOBAL , 0, 1, NULL},