[Mplayer-cvslog] CVS: main/libvo video_out.h,1.16,1.17
Alex Beregszaszi
alex at mplayer.dev.hu
Sat Feb 9 23:38:39 CET 2002
- Previous message: [Mplayer-cvslog] CVS: main/DOCS/German cd-dvd.html,1.11,1.12 encoding.html,1.4,1.5 gcc-2.96-3.0.html,1.2,1.3 video.html,1.13,1.14
- Next message: [Mplayer-cvslog] CVS: main/postproc swscale.c,1.78,1.79 swscale_template.c,1.70,1.71
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main/libvo
In directory mplayer:/var/tmp.root/cvs-serv29305
Modified Files:
video_out.h
Log Message:
added voctrl_guisupport and fixed some typos
Index: video_out.h
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/video_out.h,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- video_out.h 9 Feb 2002 00:47:26 -0000 1.16
+++ video_out.h 9 Feb 2002 22:38:36 -0000 1.17
@@ -21,8 +21,10 @@
#define VOCTRL_QUERY_VAA 1
/* takes a pointer to uint32_t fourcc */
#define VOCTRL_QUERY_FORMAT 2
-/* signal a device reset (seek/paus) */
+/* signal a device reset (seek/pause) */
#define VOCTRL_RESET 3
+/* true if vo driver can use GUI created windows */
+#define VOCTRL_GUISUPPORT 4
#define VO_TRUE 1
#define VO_FALSE 0
@@ -50,8 +52,8 @@
vidix:dest */
int flags; /* Probably will work only when flag == 0 */
/* memory model */
- unsigned frame_size; /* destinition frame size */
- unsigned num_frames; /* number available frames */
+ unsigned frame_size; /* destination frame size */
+ unsigned num_frames; /* number of available frames */
unsigned offsets[VID_PLAY_MAXFRAMES]; /* relative offset of each frame from begin of video memory */
vidix_yuv_t offset; /* relative offsets within frame for yuv planes */
void* dga_addr; /* linear address of BES */
@@ -164,7 +166,7 @@
// NULL terminated array of all drivers
extern vo_functions_t* video_out_drivers[];
-// currect resolution/bpp on screen: (should be autodetected by vo_init())
+// correct resolution/bpp on screen: (should be autodetected by vo_init())
extern int vo_depthonscreen;
extern int vo_screenwidth;
extern int vo_screenheight;
- Previous message: [Mplayer-cvslog] CVS: main/DOCS/German cd-dvd.html,1.11,1.12 encoding.html,1.4,1.5 gcc-2.96-3.0.html,1.2,1.3 video.html,1.13,1.14
- Next message: [Mplayer-cvslog] CVS: main/postproc swscale.c,1.78,1.79 swscale_template.c,1.70,1.71
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list