else if (pInfo->tagV2Info.tagVersion == 0x03)
mm_file_id3tag_parse_v223(pInfo, buf);
else if (pInfo->tagV2Info.tagVersion == 0x04)
- mm_file_id3tag_parse_v224(pInfo, buf); /* currently 2.4 ver pased by 2.3 routine */
+ mm_file_id3tag_parse_v224(pInfo, buf); /* currently 2.4 ver parsed by 2.3 routine */
else
debug_msg(RELEASE, "Invalid tag version(%d)", pInfo->tagV2Info.tagVersion);
debug_msg(RELEASE, "ID3 Len[%u] File Len[%lld]", pInfo->tagV2Info.tagLen, pInfo->fileLen);
- if (!__AvGetMp3HeaderInfo(hFile, pInfo) || pInfo->headerPos <= 0)
+ if (!__AvGetMp3HeaderInfo(hFile, pInfo))
goto EXCEPTION;
if (pInfo->mpegVersion == 1)