We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 604 - MP3 magic in music.c doesn't detect ID3 tagged files
Summary: MP3 magic in music.c doesn't detect ID3 tagged files
Status: RESOLVED FIXED
Alias: None
Product: SDL_mixer
Classification: Unclassified
Component: misc (show other bugs)
Version: unspecified
Hardware: All All
: P2 normal
Assignee: Ryan C. Gordon
QA Contact: Sam Lantinga
URL:
Keywords:
: 643 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-07-14 14:27 UTC by Forrest Voight
Modified: 2009-09-26 14:34 UTC (History)
2 users (show)

See Also:


Attachments
Patch to add ID3 magic to Mix_LoadMUS and Mix_LoadMUS_RW (1.62 KB, patch)
2008-07-14 14:28 UTC, Forrest Voight
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Forrest Voight 2008-07-14 14:27:48 UTC
Loading MP3 files as music fails when the file is ID3 tagged and the type is not detected by extension (in Mix_LoadMUS_RW or when loading a file without an extension).
Comment 1 Forrest Voight 2008-07-14 14:28:45 UTC
Created attachment 260 [details]
Patch to add ID3 magic to Mix_LoadMUS and Mix_LoadMUS_RW
Comment 2 Forrest Voight 2009-06-13 20:31:38 UTC
*** Bug 643 has been marked as a duplicate of this bug. ***
Comment 3 Sam Lantinga 2009-09-26 02:22:04 UTC
Thank you very much for your patch!

Do you give me permission to release your code with SDL 1.3 and future
versions of SDL under both the LGPL and a closed-source commercial
license?
Comment 4 Forrest Voight 2009-09-26 08:56:26 UTC
Sure.
Comment 5 Sam Lantinga 2009-09-26 14:34:15 UTC
Thanks!  Your changes are in for the next release.