Rename 'mp3entry.embed_cuesheet' to 'mp3entry.embedded_cuesheet' and pull out a field (FS#12473)

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31406 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Alexander Levin 2011-12-22 18:56:11 +00:00
parent 63c4ef9f57
commit 7f7a2d3b13
5 changed files with 16 additions and 15 deletions

View file

@ -439,8 +439,8 @@ bool get_metadata(struct mp3entry* id3, int fd, const char* trackname)
id3->codectype = probe_file_format(trackname);
/* default values for embedded cuesheets */
id3->embed_cuesheet.present = false;
id3->embed_cuesheet.pos = 0;
id3->has_embedded_cuesheet = false;
id3->embedded_cuesheet.pos = 0;
entry = &audio_formats[id3->codectype];