Skip to content

Commit

Permalink
music_mad.c: add FIXME note about handling Lyrics3 tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
sezero committed Dec 7, 2019
1 parent 53f7f8f commit 0518433
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/codecs/music_mad.c
Expand Up @@ -341,6 +341,10 @@ static int skip_tags(MAD_Music *music)
/* FIXME: handle possible double-ID3v1 tags?? */
}

/* FIXME: handle Lyrics3 tags?
* http://id3.org/Lyrics3
* http://id3.org/Lyrics3v2 */

ape: /* APE tag may be at the end: read the footer */
if (music->length >= 32) {
MAD_RWseek(music, -32, RW_SEEK_END);
Expand Down

0 comments on commit 0518433

Please sign in to comment.