equal
deleted
inserted
replaced
128 #ifdef _DEBUG |
128 #ifdef _DEBUG |
129 RDebug::Print(_L("CMetaDataParserID3v23::PrepareToParseL")); |
129 RDebug::Print(_L("CMetaDataParserID3v23::PrepareToParseL")); |
130 #endif |
130 #endif |
131 // Most of validation was already done by builder. |
131 // Most of validation was already done by builder. |
132 TBuf8<KID3v2HeaderLength> header; |
132 TBuf8<KID3v2HeaderLength> header; |
133 iSource->ReadL( 0, header ); |
133 iSource->ReadL( iID32Offset, header ); |
134 // ID3v2.3 header consists of following parts: |
134 // ID3v2.3 header consists of following parts: |
135 // File identifier "ID3" |
135 // File identifier "ID3" |
136 // Version $03 00 |
136 // Version $03 00 |
137 // Flags %abc00000 |
137 // Flags %abc00000 |
138 // Size 4 * %0xxxxxxx |
138 // Size 4 * %0xxxxxxx |