From 111757c3f424963a5ceaafbb358183de0ea7f6e3 Mon Sep 17 00:00:00 2001 From: reimar Date: Wed, 10 Nov 2010 22:48:41 +0000 Subject: vo_gl: create stereo-capable window when using Quadbuffer 3D Select a stereo pixel format for window when Quadbuffer OpenGL was selected as 3D mode. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32620 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/video_out.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libvo/video_out.h') diff --git a/libvo/video_out.h b/libvo/video_out.h index 380e3b7f95..39ea26a53a 100644 --- a/libvo/video_out.h +++ b/libvo/video_out.h @@ -121,6 +121,7 @@ typedef struct { #define VOFLAG_SWSCALE 0x04 #define VOFLAG_FLIPPING 0x08 #define VOFLAG_HIDDEN 0x10 //< Use to create a hidden window +#define VOFLAG_STEREO 0x20 //< Use to create a stereo-capable window #define VOFLAG_XOVERLAY_SUB_VO 0x10000 typedef struct vo_info_s -- cgit v1.2.3