From 313f67651fd964367538d3ee0213d6796e90d0e9 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Fri, 4 Jun 2004 11:49:15 +0000 Subject: We now put ID3v2.3 tags in the recorded files instead of ID3v2.4, because some auido editing tools can't handle ID3v2.4 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4720 a1c6a512-1295-4272-9138-f99709370657 --- firmware/mpeg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ }; -- cgit v1.2.3