From dcc2e2e5ea5a3a8b055d43f859a0b6bfdcbfe31a Mon Sep 17 00:00:00 2001 From: voroshil Date: Mon, 10 Sep 2007 17:09:35 +0000 Subject: 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 --- stream/stream_tv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stream/stream_tv.c') 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 -- cgit v1.2.3