]> git.sesse.net Git - vlc/commit
DJ's first steps in C and vlc decoders ;)
authorDerk-Jan Hartman <hartman@videolan.org>
Fri, 21 Feb 2003 16:31:37 +0000 (16:31 +0000)
committerDerk-Jan Hartman <hartman@videolan.org>
Fri, 21 Feb 2003 16:31:37 +0000 (16:31 +0000)
commite035de49618140af6f33b08eb6a19944a2cfae47
tree214b44309294cbd65950ef881dfe83f6c76640f7
parent7002c3ed9369371461bb81772b08c9b00622625e
DJ's first steps in C and vlc decoders ;)
* 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
modules/audio_filter/converter/mpgatofixed32.c
modules/gui/macosx/aout.m