]> git.sesse.net Git - vlc/commit
* Don't use alloca for audio buffers on OSX and BSD, because the stacksize on both...
authorDerk-Jan Hartman <hartman@videolan.org>
Fri, 17 Feb 2006 16:15:50 +0000 (16:15 +0000)
committerDerk-Jan Hartman <hartman@videolan.org>
Fri, 17 Feb 2006 16:15:50 +0000 (16:15 +0000)
commitb4392aff1efa491352e2f3f8aed151bc6da321d7
tree35007e6d4d188e652bfdcba4d4b2d6fbf987f63c
parent01dbf68815f872e81aed64d280b6dd2a2e78c7d4
* Don't use alloca for audio buffers on OSX and BSD, because the stacksize on both isn't infinite.
  This might explain the audio-core crashes we have seen in the past on Mac OS X
* Fix issues with platforms which don't have alloca() (defined)
include/aout_internal.h
modules/audio_filter/resampler/linear.c
modules/demux/mp4/mp4.c