From 7cdc5ad4fe61b7fd8cc6648256ab952409fd6846 Mon Sep 17 00:00:00 2001 From: voroshil Date: Sun, 29 Jul 2007 10:18:38 +0000 Subject: Removing global variables from tv:// Step 2: fixing tv subdrivers initialization. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23903 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/tv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stream/tv.h') diff --git a/stream/tv.h b/stream/tv.h index 2b3e2e52a1..277eb815cb 100644 --- a/stream/tv.h +++ b/stream/tv.h @@ -95,7 +95,7 @@ extern tv_param_t stream_tv_defaults; typedef struct tvi_info_s { - struct tvi_handle_s * (*tvi_init)(char *device,char *adevice); + struct tvi_handle_s * (*tvi_init)(tv_param_t* tv_param); const char *name; const char *short_name; const char *author; -- cgit v1.2.3