mirror of https://github.com/mpv-player/mpv
vo_subdevice implemented
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1185 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
8a7fd61a02
commit
b4045ad499
|
@ -42,6 +42,8 @@ int vo_dheight=0;
|
|||
int vo_dbpp=0;
|
||||
int vo_doublebuffering = 0;
|
||||
|
||||
char *vo_subdevice = NULL;
|
||||
|
||||
//
|
||||
// Externally visible list of all vo drivers
|
||||
//
|
||||
|
|
|
@ -104,3 +104,5 @@ extern int vo_dwidth;
|
|||
extern int vo_dheight;
|
||||
extern int vo_dbpp;
|
||||
|
||||
extern char *vo_subdevice;
|
||||
|
||||
|
|
Loading…
Reference in New Issue