mirror of
https://github.com/mpv-player/mpv
synced 2025-02-03 21:52:12 +00: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:
parent
54dda23e50
commit
7ef2f59186
@ -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;
|
||||
|
@ -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" */
|
||||
|
Loading…
Reference in New Issue
Block a user