• Derk-Jan Hartman's avatar
    DJ's first steps in C and vlc decoders ;) · e035de49
    Derk-Jan Hartman authored
    * modules/audio_filter/converter/mpgatofixed32.c:
      - fixed an issue that could cause glitches when switching from one stream
        to another. the buffer wasn't entirely getting 0000 because multiple
        channels were not taken into account when doing this.
    * ALL:
      - if float32 then clear the buffer with (float)0
    e035de49
aout.m 29.9 KB