0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 20:03:10 +02:00

added vo_fsmode

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1270 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2001-07-03 23:46:24 +00:00
parent 3153c13d94
commit 6a2c5e6619

View File

@ -41,6 +41,7 @@ int vo_dwidth=0;
int vo_dheight=0; int vo_dheight=0;
int vo_dbpp=0; int vo_dbpp=0;
int vo_doublebuffering = 0; int vo_doublebuffering = 0;
int vo_fsmode = 0;
char *vo_subdevice = NULL; char *vo_subdevice = NULL;