diff options
author | voroshil <voroshil@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-09-10 17:09:35 +0000 |
---|---|---|
committer | voroshil <voroshil@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-09-10 17:09:35 +0000 |
commit | dcc2e2e5ea5a3a8b055d43f859a0b6bfdcbfe31a (patch) | |
tree | 2218079ad9ec81e5acd152fd797b986de02dc8e4 /DOCS/man | |
parent | 36a28b6f50ebaf8aa85d2a6a7b6388b842369da3 (diff) |
Implementation of tv:// driver autodetection.
If user did not specify driver directly, all available
drivers will be probed (in order: v4l2,v4l1,bsdbt848,dummy).
In most cases first probed driver will be successfully autodetected
and used.
Autodetection will be disabled if user specified driver directly (in
command line or config).
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24423 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/man')
-rw-r--r-- | DOCS/man/en/mplayer.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1 index 3defb7d568..f6f893132d 100644 --- a/DOCS/man/en/mplayer.1 +++ b/DOCS/man/en/mplayer.1 @@ -1759,7 +1759,7 @@ In most cases automute=100 will be enough. Default is 0 (automute disabled). .IPs driver=<value> See \-tv driver=help for a list of compiled-in TV input drivers. -available: dummy, v4l, v4l2, bsdbt848 +available: dummy, v4l, v4l2, bsdbt848 (default: autodetect) .IPs device=<value> Specify TV device (default: /dev/\:video0). .I NOTE: |