]> git.sesse.net Git - vlc/commit
Fixed segfault with spdif mixer.
authorLaurent Aimar <fenrir@videolan.org>
Thu, 3 Sep 2009 20:37:16 +0000 (22:37 +0200)
committerLaurent Aimar <fenrir@videolan.org>
Thu, 3 Sep 2009 20:40:02 +0000 (22:40 +0200)
commit790f188af5f0855128521eaba799a38881be2404
tree43772b4cab3c4a36fe42578ccb9cf21984c286c0
parent81900b24626f581e2cd68ad34151f0da7a6938b5
Fixed segfault with spdif mixer.

 The aout core use a hack to avoid useless memcpy: the buffer in which
to mix is the same as the one in the first active input fifo.
modules/audio_mixer/spdif.c