]> git.sesse.net Git - vlc/commit
Fixed a potential crash in aout_FiltersPlay.
authorLaurent Aimar <fenrir@videolan.org>
Wed, 27 Aug 2008 09:38:37 +0000 (11:38 +0200)
committerLaurent Aimar <fenrir@videolan.org>
Wed, 27 Aug 2008 10:12:42 +0000 (12:12 +0200)
commitb213aefc490aa25984cc429b4ce7ccd930f49a98
treec576dc9d3cc07ab6c07afd86b8082b1cd122bd3c
parent2b1be1cce1cb41fa187281ec8eb4b33b58ee51c4
Fixed a potential crash in aout_FiltersPlay.

This function was returning a buffer allocated with the wrong type (alloca)
when a filter returned 0 sample (scaletempo at least).
src/audio_output/filters.c