From faec50d67b7a6301929407cbdcc2b327b64dad9b Mon Sep 17 00:00:00 2001 From: Mohamed Tarek Date: Tue, 16 Feb 2010 01:55:48 +0000 Subject: Fix a comment in OMA metadata parser. No functional changes. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24683 a1c6a512-1295-4272-9138-f99709370657 --- apps/metadata/oma.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/apps/metadata/oma.c b/apps/metadata/oma.c index 0f42a57a8c..881d81149f 100644 --- a/apps/metadata/oma.c +++ b/apps/metadata/oma.c @@ -148,9 +148,8 @@ int oma_read_header(int fd, struct mp3entry* id3) id3->bitrate = id3->frequency * id3->bytesperframe * 8 / (1024 * 1000); /* fake the atrac3 extradata (wav format, makes stream copy to wav work) */ - /* ATRAC3 expects and extra-data size of 14 bytes for wav format; extra-data size * - * is stored in ATRAC3Context before initializing the decoder. * - * We use id3v2buf to hold the (fake) extra-data provided from the container. */ + /* ATRAC3 expects and extra-data size of 14 bytes for wav format, and * + * looks for that in the id3v2buf. */ id3->extradata_size = 14; AV_WL16(&id3->id3v2buf[0], 1); // always 1 AV_WL32(&id3->id3v2buf[2], id3->frequency); // samples rate -- cgit v1.2.3