summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/smi_video.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/smi_video.c b/src/smi_video.c
index d340f93..141b4b3 100644
--- a/src/smi_video.c
+++ b/src/smi_video.c
@@ -1146,7 +1146,7 @@ SMI_PutVideo(
Bit 10 = 0: Interlace Data Capture = disabled
Bit 13..11 = 010: Frame Skip Enable = skip every other frame
*/
- cpr00 |= 0x01000801;
+ cpr00 |= 0x01001001;
}
if (pSmi->ByteSwap)