changeset 8317:d1ed5c592696

Use MVCOMMAND_SYNC
author mswitch
date Fri, 29 Nov 2002 21:40:37 +0000
parents 6548f6a4216b
children 1ed329d61051
files libvo/vo_dxr3.c
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vo_dxr3.c	Fri Nov 29 21:32:41 2002 +0000
+++ b/libvo/vo_dxr3.c	Fri Nov 29 21:40:37 2002 +0000
@@ -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, &reg);
 #endif