minor subtitle format changes

This commit is contained in:
minjaesong
2025-08-28 13:28:09 +09:00
parent fb3fcddb59
commit 16ced55661
2 changed files with 7 additions and 6 deletions

View File

@@ -30,9 +30,9 @@ const TEV_PACKET_SYNC = 0xFF
const SSF_OP_NOP = 0x00
const SSF_OP_SHOW = 0x01
const SSF_OP_HIDE = 0x02
const SSF_OP_MOVE = 0x10
const SSF_OP_UPLOAD_LOW_FONT = 0x30
const SSF_OP_UPLOAD_HIGH_FONT = 0x31
const SSF_OP_MOVE = 0x03
const SSF_OP_UPLOAD_LOW_FONT = 0x80
const SSF_OP_UPLOAD_HIGH_FONT = 0x81
// Subtitle state
let subtitleVisible = false