summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-02-06 21:55:35 +0100
committerwm4 <wm4@nowhere>2013-02-06 23:03:39 +0100
commit37c5c114af8b4747dfa0664bf967958baa9a1c91 (patch)
tree407250d8226d5ec1a18f4fd93b6b5f47ce56f73f /DOCS
parentc5340512dd5a75079779c896505a038caf3ce69a (diff)
downloadmpv-37c5c114af8b4747dfa0664bf967958baa9a1c91.tar.bz2
mpv-37c5c114af8b4747dfa0664bf967958baa9a1c91.tar.xz
Remove BSD legacy TV/radio support (BT848 stuff)
FreeBSD actually supports V4L2, and V4L2 supports this chip. Also, this chip is from 1997. Farewell.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/options.rst16
1 files changed, 3 insertions, 13 deletions
diff --git a/DOCS/man/en/options.rst b/DOCS/man/en/options.rst
index 59697cda28..8d809c9db8 100644
--- a/DOCS/man/en/options.rst
+++ b/DOCS/man/en/options.rst
@@ -1598,12 +1598,6 @@
volume=<0..100>
sound volume for radio device (default 100)
- freq_min=<value> (\*BSD BT848 only)
- minimum allowed frequency (default: 87.50)
-
- freq_max=<value> (\*BSD BT848 only)
- maximum allowed frequency (default: 108.00)
-
channels=<frequency>-<name>,<frequency>-<name>,...
Set channel list. Use _ for spaces in names (or play with quoting ;-).
The channel names will then be written using OSD and the slave
@@ -2059,13 +2053,10 @@
driver=<value>
See ``--tv=driver=help`` for a list of compiled-in TV input drivers.
- available: dummy, v4l, v4l2, bsdbt848 (default: autodetect)
+ available: dummy, v4l2 (default: autodetect)
device=<value>
- Specify TV device (default: ``/dev/video0``). NOTE: For the bsdbt848
- driver you can provide both bktr and tuner device names separating
- them with a comma, tuner after bktr (e.g. ``--tv
- device=/dev/bktr1,/dev/tuner1``).
+ Specify TV device (default: ``/dev/video0``).
input=<value>
Specify input (default: 0 (TV), see console output for available
@@ -2093,8 +2084,7 @@
maximum size of the capture buffer in megabytes (default: dynamical)
norm=<value>
- For bsdbt848 and v4l, PAL, SECAM, NTSC are available. For v4l2, see
- the console output for a list of all available norms, also see the
+ See the console output for a list of all available norms, also see the
normid option below.
normid=<value> (v4l2 only)