summaryrefslogtreecommitdiffstats
path: root/stream/tvi_def.h
diff options
context:
space:
mode:
authorvoroshil <voroshil@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-01 18:38:00 +0000
committervoroshil <voroshil@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-01 18:38:00 +0000
commite1704a4877adfeb4b233b2e36dfbdab85d351e24 (patch)
tree75ff1abe78acd5e8893076cb0dab8ca3db1433ef /stream/tvi_def.h
parent78d1884e8e4e67b0623a3d06953ed1bcff570030 (diff)
downloadmpv-e1704a4877adfeb4b233b2e36dfbdab85d351e24.tar.bz2
mpv-e1704a4877adfeb4b233b2e36dfbdab85d351e24.tar.xz
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
Diffstat (limited to 'stream/tvi_def.h')
-rw-r--r--stream/tvi_def.h1
1 files changed, 0 insertions, 1 deletions
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;