mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
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
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user