summaryrefslogtreecommitdiffstats
path: root/stream/tv.h
diff options
context:
space:
mode:
Diffstat (limited to 'stream/tv.h')
-rw-r--r--stream/tv.h2
1 files changed, 1 insertions, 1 deletions
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;