[Mplayer-cvslog] CVS: main/libvo video_out.c,1.40,1.41 video_out.h,1.19,1.20
Alex Beregszaszi
alex at mplayer.dev.hu
Sun Feb 17 04:06:41 CET 2002
- Previous message: [Mplayer-cvslog] CVS: main/libmpdemux demuxer.c,1.76,1.77
- Next message: [Mplayer-cvslog] CVS: main/libvo vo_dga.c,1.43,1.44 vo_x11.c,1.70,1.71 vo_xv.c,1.55,1.56 vo_3dfx.c,1.12,1.13 vo_aa.c,1.22,1.23 vo_fsdga.c,1.10,1.11 vo_ggi.c,1.15,1.16 vo_gl.c,1.23,1.24 vo_gl2.c,1.16,1.17 vo_md5.c,1.11,1.12 vo_mpegpes.c,1.20,1.21 vo_null.c,1.7,1.8 vo_odivx.c,1.11,1.12 vo_pgm.c,1.11,1.12 vo_png.c,1.13,1.14 vo_syncfb.c,1.11,1.12 vo_tdfxfb.c,1.7,1.8 vo_yuv4mpeg.c,1.5,1.6 vo_zr.c,1.11,1.12
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main/libvo
In directory mplayer:/var/tmp.root/cvs-serv13659
Modified Files:
video_out.c video_out.h
Log Message:
added VOFLAG_* definitions and int vo_flags
Index: video_out.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/video_out.c,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- video_out.c 12 Feb 2002 15:06:04 -0000 1.40
+++ video_out.c 17 Feb 2002 03:06:38 -0000 1.41
@@ -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;
Index: video_out.h
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/video_out.h,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- video_out.h 17 Feb 2002 00:33:50 -0000 1.19
+++ video_out.h 17 Feb 2002 03:06:38 -0000 1.20
@@ -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" */
- Previous message: [Mplayer-cvslog] CVS: main/libmpdemux demuxer.c,1.76,1.77
- Next message: [Mplayer-cvslog] CVS: main/libvo vo_dga.c,1.43,1.44 vo_x11.c,1.70,1.71 vo_xv.c,1.55,1.56 vo_3dfx.c,1.12,1.13 vo_aa.c,1.22,1.23 vo_fsdga.c,1.10,1.11 vo_ggi.c,1.15,1.16 vo_gl.c,1.23,1.24 vo_gl2.c,1.16,1.17 vo_md5.c,1.11,1.12 vo_mpegpes.c,1.20,1.21 vo_null.c,1.7,1.8 vo_odivx.c,1.11,1.12 vo_pgm.c,1.11,1.12 vo_png.c,1.13,1.14 vo_syncfb.c,1.11,1.12 vo_tdfxfb.c,1.7,1.8 vo_yuv4mpeg.c,1.5,1.6 vo_zr.c,1.11,1.12
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list