• Max Kellermann's avatar
    mp3: moved code to dither_buffer() · 09fbbdc3
    Max Kellermann authored
    Preparing for simplifying and thus speeding up the dithering code:
    moved dithering to a separate function which contains a trivial loop.
    With this patch, only one sample is dithered at a time, but the
    following patches will allow us to dither a whole block at a time,
    without complicated buffer length checks.
    09fbbdc3
mp3_plugin.c 29.1 KB