From b0b22ba9b01abdb71cf19483fc2e613f2b9b8a3b Mon Sep 17 00:00:00 2001 From: alex Date: Thu, 27 Dec 2001 23:52:48 +0000 Subject: updated git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3816 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpdemux/tvi_def.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'libmpdemux/tvi_def.h') diff --git a/libmpdemux/tvi_def.h b/libmpdemux/tvi_def.h index 9684127aca..6086049fc7 100644 --- a/libmpdemux/tvi_def.h +++ b/libmpdemux/tvi_def.h @@ -1,4 +1,6 @@ -static int init(priv_t *priv, tvi_param_t *params); +#include /* malloc */ + +static int init(priv_t *priv); static int uninit(priv_t *priv); static int control(priv_t *priv, int cmd, void *arg); static int start(priv_t *priv); @@ -34,7 +36,6 @@ static tvi_handle_t *new_handle() memset(h->priv, 0, sizeof(priv_t)); h->info = &info; h->functions = &functions; - h->params = NULL; h->seq = 0; h->chanlist = -1; h->chanlist_s = NULL; -- cgit v1.2.3