summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/mpeg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/mpeg.c b/firmware/mpeg.c
index 8d0eb88dfd..cafe54d045 100644
--- a/firmware/mpeg.c
+++ b/firmware/mpeg.c
@@ -952,7 +952,7 @@ static bool swap_one_chunk(void)
952 952
953static const unsigned char empty_id3_header[] = 953static const unsigned char empty_id3_header[] =
954{ 954{
955 'I', 'D', '3', 0x04, 0x00, 0x00, 955 'I', 'D', '3', 0x03, 0x00, 0x00,
956 0x00, 0x00, 0x1f, 0x76 /* Size is 4096 minus 10 bytes for the header */ 956 0x00, 0x00, 0x1f, 0x76 /* Size is 4096 minus 10 bytes for the header */
957}; 957};
958 958