• Max Kellermann's avatar
    flac: added optimized converter for 16 bit · 8c2bde70
    Max Kellermann authored
    flac_convert_16() runs a lot faster than the generic (and quite buggy)
    function flac_convert().  flac_convert_16() is only used for
    non-stereo files, since there is already flac_convert_stereo16().
    8c2bde70
_flac_common.c 8.09 KB