]> git.sesse.net Git - vlc/commit
Fixed bandlimited resampler invalid access when used as an audio filter2 module.
authorLaurent Aimar <fenrir@videolan.org>
Sun, 29 Mar 2009 11:26:40 +0000 (13:26 +0200)
committerLaurent Aimar <fenrir@videolan.org>
Sun, 29 Mar 2009 12:11:31 +0000 (14:11 +0200)
commit2a9a44ee4d0de8690aa10f1424406d37d76302fb
tree42835651771a6eeaa3c65f7a3ada9ac6ea626e42
parent6a64202e7af57d495f79a7965d55d08c49bb31ee
Fixed bandlimited resampler invalid access when used as an audio filter2 module.

 This modules seems to not resample the first samples (which is not good
at all for an audio filter2 btw). This has to be taken into account when
calculating the output buffer size.
Fixes #1862 and #1962(duplicate).
modules/audio_filter/resampler/bandlimited.c