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

added VOFLAG_* definitions and int vo_flags

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4737 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
alex 2002-02-17 03:06:38 +00:00
parent 54dda23e50
commit 7ef2f59186
2 changed files with 7 additions and 0 deletions

View File

@ -31,6 +31,8 @@
#include "../linux/shmem.h"
int vo_flags=0;
// currect resolution/bpp on screen: (should be autodetected by vo_init())
int vo_depthonscreen=0;
int vo_screenwidth=0;

View File

@ -34,6 +34,11 @@
#define VO_NOTAVAIL -2
#define VO_NOTIMPL -3
#define VOFLAG_FULLSCREEN 0x01
#define VOFLAG_MODESWITCHING 0x02
#define VOFLAG_SWSCALE 0x04
#define VOFLAG_FLIPPING 0x08
typedef struct vo_info_s
{
/* driver name ("Matrox Millennium G200/G400" */