[Mplayer-cvslog] CVS: main/libvo vo_dxr3.c,1.110,1.111
David Holm CVS
mswitch at mplayerhq.hu
Fri Nov 29 22:40:57 CET 2002
Update of /cvsroot/mplayer/main/libvo
In directory mail:/var/tmp.root/cvs-serv24712/libvo
Modified Files:
vo_dxr3.c
Log Message:
Use MVCOMMAND_SYNC
Index: vo_dxr3.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_dxr3.c,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -r1.110 -r1.111
--- vo_dxr3.c 11 Nov 2002 15:20:25 -0000 1.110
+++ vo_dxr3.c 29 Nov 2002 21:40:37 -0000 1.111
@@ -6,11 +6,11 @@
*/
/* ChangeLog added 2002-01-10
- * 2002-01-03:
+ * 2002-11-03:
* Cleaned up syncing code and renamed setup variables so
* they can be accessed from the GUI.
*
- * 2002-01-02:
+ * 2002-11-02:
* Added native overlay support, activate with :overlay
* you have to run dxr3view to modify settings (or manually
* edit the files in ~/.overlay.
@@ -418,7 +418,7 @@
#ifdef MVCOMMAND_SYNC
reg.microcode_register = 1;
reg.reg = 0;
- reg.val = MVCOMMAND_START;
+ reg.val = MVCOMMAND_SYNC;
ioctl(fd_control, EM8300_IOCTL_WRITEREG, ®);
#endif
More information about the MPlayer-cvslog
mailing list