• Max Kellermann's avatar
    mp3: make samplesPerFrame more local · e4c6c019
    Max Kellermann authored
    The variable samplesPerFrame is used only in one single closure.  Make
    it local to this closure.  The compiler will probably convert it to a
    register anyway.
    e4c6c019
mp3_plugin.c 29.1 KB