vo_subdevice implemented

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1185 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
al3x 2001-06-21 22:34:25 +00:00
parent 8a7fd61a02
commit b4045ad499
2 changed files with 4 additions and 0 deletions

View File

@ -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
//

View File

@ -104,3 +104,5 @@ extern int vo_dwidth;
extern int vo_dheight;
extern int vo_dbpp;
extern char *vo_subdevice;