mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
Removing global variables from tv://
Step 2: fixing tv subdrivers initialization. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23903 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user