[Mplayer-cvslog] CVS: main/libvo vo_dxr3.c,1.89,1.90
David Holm
mswitch at mplayerhq.hu
Thu Jul 18 16:59:58 CEST 2002
Update of /cvsroot/mplayer/main/libvo
In directory mail:/var/tmp.root/cvs-serv16333/libvo
Modified Files:
vo_dxr3.c
Log Message:
Disabled spuenc, it still doesn't work well with the em8300
Index: vo_dxr3.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_dxr3.c,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -r1.89 -r1.90
--- vo_dxr3.c 5 Jul 2002 14:26:37 -0000 1.89
+++ vo_dxr3.c 18 Jul 2002 14:59:55 -0000 1.90
@@ -1,4 +1,4 @@
-/*
+/*
* vo_dxr3.c - DXR3/H+ video out
*
* Copyright (C) 2002 David Holm <dholm at iname.com>
@@ -6,6 +6,9 @@
*/
/* ChangeLog added 2002-01-10
+ * 2002-07-18:
+ * Disabled spuenc support, this is still not stable enough =(
+ *
* 2002-07-05:
* Removed lavc and fame encoder to be compatible with new libvo style.
* Added graphic equalizer support.
@@ -182,7 +185,7 @@
case VOCTRL_QUERY_VAA:
{
vo_vaa_t *vaa = data;
-
+
memset(vaa,0,sizeof(vo_vaa_t));
vaa->get_video_eq=get_video_eq;
vaa->set_video_eq=set_video_eq;
@@ -197,7 +200,7 @@
int tmp1, tmp2, size;
em8300_register_t reg;
extern float monitor_aspect;
-
+
/* Softzoom turned on, downscale */
/* This activates the subpicture processor, you can safely disable this and still send */
/* broken subpics to the em8300, if it's enabled and you send broken subpics you will end */
@@ -331,10 +334,12 @@
* as if it hasn't and we re-send it it will "blink" as the last one
* is turned off, and the new one (same one) is turned on
*/
+/* Subpics are not stable yet =(
+ expect lockups if you enable
if (!noprebuf) {
ioctl(fd_spu, EM8300_IOCTL_SPU_SETPTS, &vo_pts);
}
- write(fd_spu, spued->data, spued->count);
+ write(fd_spu, spued->data, spued->count);*/
}
disposd++;
#endif
More information about the MPlayer-cvslog
mailing list