• Max Kellermann's avatar
    mp3: make mp3_read() return bool · d29bad44
    Max Kellermann authored
    Its only caller in mp3_decode() just compared its value with
    DECODE_BREAK.  Convert that to bool, and return false if the loop
    should be ended.  Also eliminate some superfluous command checking
    code, which was already done in the preceding while loop.
    d29bad44
mp3_plugin.c 28.7 KB