• Max Kellermann's avatar
    mad: skip ID3 frames when libid3tag is disabled · 322ef3cb
    Max Kellermann authored
    When libid3tag is disabled, the libmad decoder plugin is unable to
    identify ID3 frames.  If the file starts with an (unidentified) ID3
    frame, it assumes that the file is not a valid MP3 song.  This patch
    solves this by adding minimal stubs for the ID3 functions.
    322ef3cb
mad_plugin.c 30.3 KB