Make the filter history buffer size flexible
commit7a7a4844f441a2d269cffdadfd553655a8d3484e
authorChris Robinson <chris.kcat@gmail.com>
Thu, 16 Apr 2009 12:43:09 +0000 (16 05:43 -0700)
committerChris Robinson <chris.kcat@gmail.com>
Thu, 16 Apr 2009 12:43:09 +0000 (16 05:43 -0700)
tree88b4c2cb05f724ff91154602db53267fec55933d
parenta2adbb1ab50e788006322264bc41535e5acee116
Make the filter history buffer size flexible
This lets the filter history buffer be as big as needed for a given use, so
that it can have a size large enough for the more demanding cases, but not be
wasteful for lesser-demanding cases, while not incuring the overhead of an
added pointer indirection
Alc/ALu.c
Alc/alcEcho.c
OpenAL32/Include/alFilter.h
OpenAL32/Include/alSource.h