diff options
author | wm4 <wm4@nowhere> | 2013-12-19 21:25:40 +0100 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2013-12-19 21:25:40 +0100 |
commit | 1fe39b75dba8223513712e4615254b3de37664e7 (patch) | |
tree | 13ffa4ae0e53ecd1b135be7c4dfc1789916bcc63 /DOCS/man/en/input.rst | |
parent | d2e750ccd62c144c6714c4086be6191833bff003 (diff) | |
download | mpv-1fe39b75dba8223513712e4615254b3de37664e7.tar.bz2 mpv-1fe39b75dba8223513712e4615254b3de37664e7.tar.xz |
command: remove radio commands
Remove these because I'm too lazy to convert them to proper
STREAM_CTRLs. Considering that probably nobody uses radio://, caring
about this is a complete waste of time. I will add these commands back
if someone asks for them, but I don't expect this to happen.
Diffstat (limited to 'DOCS/man/en/input.rst')
-rw-r--r-- | DOCS/man/en/input.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/DOCS/man/en/input.rst b/DOCS/man/en/input.rst index 7d41c08ca2..b88a6b4332 100644 --- a/DOCS/man/en/input.rst +++ b/DOCS/man/en/input.rst @@ -445,8 +445,7 @@ Input Commands that are Possibly Subject to Change Undocumented commands: ``tv_start_scan``, ``tv_step_channel``, ``tv_step_norm``, ``tv_step_chanlist``, ``tv_set_channel``, ``tv_last_channel``, ``tv_set_freq``, -``tv_step_freq``, ``tv_set_norm``, ``dvb_set_channel``, ``radio_step_channel``, -``radio_set_channel``, ``radio_set_freq``, ``radio_step_freq`` (all of these +``tv_step_freq``, ``tv_set_norm``, ``dvb_set_channel`` (all of these should be replaced by properties), ``stop`` (questionable use), ``get_property`` (?), ``vo_cmdline`` (experimental). |