[Mplayer-cvslog] CVS: main/libvo video_out.h,1.38,1.39 vo_dxr3.c,1.92,1.93
Zoltan Ponekker
pontscho at mplayerhq.hu
Thu Aug 15 01:02:48 CEST 2002
- Previous message: [Mplayer-cvslog] CVS: main/Gui/mplayer/gtk mb.c,1.13,1.14 opts.c,1.9,1.10 pl.c,1.8,1.9
- Next message: [Mplayer-cvslog] CVS: main help_mp-en.h,1.43,1.44 mplayer.c,1.545,1.546
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main/libvo
In directory mail:/var/tmp.root/cvs-serv24199/libvo
Modified Files:
video_out.h vo_dxr3.c
Log Message:
- add dxr3 gui support (dialogbox, etc.)
- fix one small dvd playing bug ( dvd playing don't del the playlist)
- add some ifdef() check
Index: video_out.h
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/video_out.h,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- video_out.h 24 Jul 2002 18:16:59 -0000 1.38
+++ video_out.h 14 Aug 2002 23:02:45 -0000 1.39
@@ -29,6 +29,7 @@
#define VOCTRL_RESET 3
/* true if vo driver can use GUI created windows */
#define VOCTRL_GUISUPPORT 4
+#define VOCTRL_GUI_NOWINDOW 19
/* used to switch to fullscreen */
#define VOCTRL_FULLSCREEN 5
#define VOCTRL_SCREENSHOT 6
@@ -49,6 +50,8 @@
/* equalizer controls */
#define VOCTRL_SET_EQUALIZER 17
#define VOCTRL_GET_EQUALIZER 18
+// ... 20
+
#define VO_TRUE 1
#define VO_FALSE 0
Index: vo_dxr3.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_dxr3.c,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -r1.92 -r1.93
--- vo_dxr3.c 30 Jul 2002 16:40:42 -0000 1.92
+++ vo_dxr3.c 14 Aug 2002 23:02:45 -0000 1.93
@@ -143,6 +143,9 @@
uint32_t control(uint32_t request, void *data, ...)
{
switch (request) {
+ case VOCTRL_GUISUPPORT:
+ case VOCTRL_GUI_NOWINDOW:
+ return VO_TRUE;
case VOCTRL_RESUME:
if (!noprebuf) {
ioval = EM8300_PLAYMODE_PLAY;
- Previous message: [Mplayer-cvslog] CVS: main/Gui/mplayer/gtk mb.c,1.13,1.14 opts.c,1.9,1.10 pl.c,1.8,1.9
- Next message: [Mplayer-cvslog] CVS: main help_mp-en.h,1.43,1.44 mplayer.c,1.545,1.546
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list