From 44b01cbcb08b5a4f58cf4eb8ac9b3b73f9741fc9 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Fri, 1 Mar 2024 17:48:35 +0100 Subject: SDK: Update XIFF container. Signed-off-by: Amlal El Mahrouss --- Private/External/XIFF.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Private/External/XIFF.h b/Private/External/XIFF.h index e1d92ab..7744e13 100644 --- a/Private/External/XIFF.h +++ b/Private/External/XIFF.h @@ -17,7 +17,7 @@ */ struct __attribute__((packed)) XiffHeader { - unsigned char mag[5]; // XIFF string (includes \0) + unsigned char mag[4]; // XIFF string (includes \0) unsigned int size; // overall size of header (XiffHeader) in bytes unsigned int format_type; // format type. generic unsigned char specific_mag[4]; // The sub header magic -- cgit v1.2.3