• Max Kellermann's avatar
    crossfade: copy chunk.audio_format in !NDEBUG · 6352e759
    Max Kellermann authored
    When the destination chunk was empty in cross_fade_apply(), it had no
    audio_format attached (an attribute which is only used for assertion
    in the debug build).  cross_fade_apply() should assign it the
    audio_format of the second chunk (if available), otherwise MPD will
    crash.
    6352e759
crossfade.c 2.71 KB