0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 20:03:10 +02:00

Use MVCOMMAND_SYNC

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8318 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
mswitch 2002-11-29 21:40:37 +00:00
parent b7cde06d9d
commit 339033d139

View File

@ -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