summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorvoroshil <voroshil@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-18 06:53:33 +0000
committervoroshil <voroshil@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-18 06:53:33 +0000
commitc9b485e94c21f5b43b762aa0cf21c8f753152e1f (patch)
tree57ee16f65dd4c2a05d4dac43dd49341bde878254 /DOCS
parenta7c46b9025c0b841761e79c299622eb5d37cb81d (diff)
downloadmpv-c9b485e94c21f5b43b762aa0cf21c8f753152e1f.tar.bz2
mpv-c9b485e94c21f5b43b762aa0cf21c8f753152e1f.tar.xz
Add *BSD BT848 radio support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21001 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/mplayer.16
1 files changed, 5 insertions, 1 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1
index 9efc6790d6..296237dd79 100644
--- a/DOCS/man/en/mplayer.1
+++ b/DOCS/man/en/mplayer.1
@@ -1616,12 +1616,16 @@ problems, which makes this process uncomfortable.
Available options are:
.RSs
.IPs device=<value>
-Radio device to use (default: /dev/radio0).
+Radio device to use (default: /dev/radio0 for Linux and /dev/tuner0 for *BSD).
.IPs driver=<value>
Radio driver to use (default: v4l2 if available, otherwise v4l).
Currently, v4l and v4l2 drivers are supported.
.IPs volume=<0..100>
sound volume for radio device (default 100)
+.IPs freq_min=<value> (*BSD BT848 only)
+minimum allowed frequency (default: 87.50)
+.IPs freq_max=<value> (*BSD BT848 only)
+maximum allowed frequency (default: 108.00)
.IPs channels=<frequency>\-<name>,<frequency>\-<name>,...
Set channel list.
Use _ for spaces in names (or play with quoting ;-).