mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-19 18:12:54 -05:00
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:
parent
63c4ef9f57
commit
7f7a2d3b13
5 changed files with 16 additions and 15 deletions
|
|
@ -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];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue