• Simon Arlott's avatar
    decoder/mad: Fix decode of LAME peak value · 6ee3d010
    Simon Arlott authored
    6d91b5c7 ("fix double promotions") changed
    how LAME peak values are decoded, producing large incorrect values that
    cause some MP3 files to play silently.
    
    Restore the original decode from MAD fixed-point format to double and
    document what it's doing.
    
    Fixes #1823
    6ee3d010
MadDecoderPlugin.cxx 24.9 KB