diff options
Diffstat (limited to 'firmware/mpeg.c')
-rw-r--r-- | firmware/mpeg.c | 2 |
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) static const unsigned char empty_id3_header[] = { - 'I', 'D', '3', 0x04, 0x00, 0x00, + 'I', 'D', '3', 0x03, 0x00, 0x00, 0x00, 0x00, 0x1f, 0x76 /* Size is 4096 minus 10 bytes for the header */ }; |