Kevin noted that the thing that I _actually_ changed here was that I converted
authorRussell Bryant <russell@russellbryant.com>
Fri, 11 Jan 2008 19:05:24 +0000 (19:05 +0000)
committerRussell Bryant <russell@russellbryant.com>
Fri, 11 Jan 2008 19:05:24 +0000 (19:05 +0000)
commit7bc92eda05b5baa4e6daf2246729558d9e31a9a1
treebbf8c38471cfdca511a5e36344de3272220ac3b6
parentd1256bb8a695b1bce14c47ad68011ab4c64522b4
Kevin noted that the thing that I _actually_ changed here was that I converted
a value from a double, to a float, back to a double.  Sure enough, when I changed
my interim variable back to a double, it still blows up.  Switching all of these
to a float fixes the problem.  This seems like a compiler bug where a double passed
as an argument isn't getting properly aligned, so I'll have to see if I can replicate
it with a small test program.

(related to issue #11725)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@98308 65c4cc65-6c06-0410-ace0-fbb531ad65f3
codecs/codec_resample.c