• Max Kellermann's avatar
    mp3: eliminated duplicate command check · 514c37b0
    Max Kellermann authored
    When a command is received, decode_next_frame_header() and
    decodeNextFrame() return DECODE_BREAK.  This is already checked by
    both callers, which means that we can eliminate lots of
    decoder_get_command() checks.
    514c37b0
mp3_plugin.c 27.4 KB