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:
Christian Soffke 2024-12-14 00:04:35 +01:00 committed by Solomon Peachy
parent 004304dc65
commit 63d8aa0077

View file

@ -1029,7 +1029,7 @@ 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;
if(global_unsynch && version <= ID3_VER_2_3)
@ -1165,7 +1165,7 @@ retry_with_limit:
}
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 */
if(global_unsynch && version <= ID3_VER_2_3) {