From 339033d1399bfea600d3f27a5554c8a9863a9889 Mon Sep 17 00:00:00 2001 From: mswitch Date: Fri, 29 Nov 2002 21:40:37 +0000 Subject: Use MVCOMMAND_SYNC git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8318 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_dxr3.c | 6 +++--- 1 file 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, ®); #endif -- cgit v1.2.3