Commits on Source (11)
-
We know we want to read 4 bytes exactly, which always higher than MINIMUM_CDROM_READ_TOC_EX_SIZE (2).
2101c252 -
It will end up returning -1 but we can avoid going further for no reason.
8b2d14a9 -
CDTEXT_MAX_TRACKS is 0x7F, so we can never get more, since the number of track is already read using 0x7f. The real check is the upper bits check in the next line (extension flag).
78cea805 -
Something some empty values are set in the file.
d2f65642 -
54598f7e
-
52eed4d9
-
The names are similar to the ones found in Vorbis. http://age.hobba.nl/audio/mirroredpages/ogg-tagging.html
6f5f25e6 -
The names are similar to the ones found in Vorbis. http://age.hobba.nl/audio/mirroredpages/ogg-tagging.html
3ed90beb -
The same variable may be set, but we should use the one from the tracks. Only genre and description may not be set per track. The other are written properly on each track.
e086dc3b -
5fbe7c39
-
84dbe807