summaryrefslogtreecommitdiffstats
path: root/stream/stream_tv.c
diff options
context:
space:
mode:
authorvoroshil <voroshil@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-09-10 17:09:35 +0000
committervoroshil <voroshil@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-09-10 17:09:35 +0000
commitdcc2e2e5ea5a3a8b055d43f859a0b6bfdcbfe31a (patch)
tree2218079ad9ec81e5acd152fd797b986de02dc8e4 /stream/stream_tv.c
parent36a28b6f50ebaf8aa85d2a6a7b6388b842369da3 (diff)
downloadmpv-dcc2e2e5ea5a3a8b055d43f859a0b6bfdcbfe31a.tar.bz2
mpv-dcc2e2e5ea5a3a8b055d43f859a0b6bfdcbfe31a.tar.xz
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 'stream/stream_tv.c')
-rw-r--r--stream/stream_tv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/stream_tv.c b/stream/stream_tv.c
index 6d8967c069..4b3af7be7c 100644
--- a/stream/stream_tv.c
+++ b/stream/stream_tv.c
@@ -40,7 +40,7 @@ tv_param_t stream_tv_defaults = {
-1, //normid
#endif
NULL, //device
- "dummy", //driver
+ NULL, //driver
-1, //width
-1, //height
0, //input, used in v4l and bttv