From e1704a4877adfeb4b233b2e36dfbdab85d351e24 Mon Sep 17 00:00:00 2001 From: voroshil Date: Thu, 1 Mar 2007 18:38:00 +0000 Subject: tv driver loading rework. As a side effect "-tv driver=help" option is implemented. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22399 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 3a2d6abfb3..509dfcf9d6 100644 --- a/stream/tv.h +++ b/stream/tv.h @@ -52,6 +52,7 @@ extern int tv_param_saturation; typedef struct tvi_info_s { + struct tvi_handle_s * (*tvi_init)(char *device,char *adevice); const char *name; const char *short_name; const char *author; @@ -74,7 +75,6 @@ typedef struct tvi_functions_s } tvi_functions_t; typedef struct tvi_handle_s { - tvi_info_t *info; tvi_functions_t *functions; void *priv; int seq; -- cgit v1.2.3