• Max Kellermann's avatar
    decoder/dsf: fix noise at end of malformed file · dedc2986
    Max Kellermann authored
    Read one block at a time.  This discards the last partial block, which
    cannot be interleaved anyway.  Previously, uninitialised memory was
    used to interleave the last block, which generated some noise.
    dedc2986
DsfDecoderPlugin.cxx 9.11 KB