mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-17 20:17:37 -04:00
metadata: mp3: update out-of-date comments
(L1033 + L1170)
As of commit f3e5ced
, tags will be parsed
unconditionally, regardless of whether
they've been filled already.
Change-Id: I7edd4b7131b33dba34f06ebe829ebdc00a138525
This commit is contained in:
parent
004304dc65
commit
63d8aa0077
1 changed files with 15 additions and 15 deletions
|
@ -1029,7 +1029,7 @@ retry_with_limit:
|
||||||
goto retry_with_limit;
|
goto retry_with_limit;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* found a tag matching one in tagList, and not yet filled */
|
/* found a tag matching one in tagList */
|
||||||
tag = buffer + bufferpos;
|
tag = buffer + bufferpos;
|
||||||
|
|
||||||
if(global_unsynch && version <= ID3_VER_2_3)
|
if(global_unsynch && version <= ID3_VER_2_3)
|
||||||
|
@ -1165,7 +1165,7 @@ retry_with_limit:
|
||||||
}
|
}
|
||||||
|
|
||||||
if( i == TAGLIST_SIZE ) {
|
if( i == TAGLIST_SIZE ) {
|
||||||
/* no tag in tagList was found, or it was a repeat.
|
/* no tag in tagList was found,
|
||||||
skip it using the total size */
|
skip it using the total size */
|
||||||
|
|
||||||
if(global_unsynch && version <= ID3_VER_2_3) {
|
if(global_unsynch && version <= ID3_VER_2_3) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue