summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormswitch <mswitch@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-11-29 21:40:37 +0000
committermswitch <mswitch@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-11-29 21:40:37 +0000
commit339033d1399bfea600d3f27a5554c8a9863a9889 (patch)
tree090b1de182702b63981363eb35de066bc34e8e91
parentb7cde06d9d522f9a6bd3b4a1c1061eb65cc3e8b5 (diff)
downloadmpv-339033d1399bfea600d3f27a5554c8a9863a9889.tar.bz2
mpv-339033d1399bfea600d3f27a5554c8a9863a9889.tar.xz
Use MVCOMMAND_SYNC
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8318 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r--libvo/vo_dxr3.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libvo/vo_dxr3.c b/libvo/vo_dxr3.c
index db61596704..31a18a9e4a 100644
--- a/libvo/vo_dxr3.c
+++ b/libvo/vo_dxr3.c
@@ -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 @@ static uint32_t config(uint32_t width, uint32_t height, uint32_t d_width, uint32
#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