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/tvi_def.h | 1 - 1 file changed, 1 deletion(-) (limited to 'stream/tvi_def.h') diff --git a/stream/tvi_def.h b/stream/tvi_def.h index 27b797c603..0a5b76e69f 100644 --- a/stream/tvi_def.h +++ b/stream/tvi_def.h @@ -41,7 +41,6 @@ static tvi_handle_t *new_handle(void) return(NULL); } memset(h->priv, 0, sizeof(priv_t)); - h->info = &info; h->functions = &functions; h->seq = 0; h->chanlist = -1; -- cgit v1.2.3