Cast constants to float to avoid gcc converting to and from
authorMichael Niedermayer <michaelni@gmx.at>
Thu, 13 May 2010 17:58:17 +0000 (17:58 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Thu, 13 May 2010 17:58:17 +0000 (17:58 +0000)
commit0628f3e8cfa03b215a6f135c0f11af3ac950ebe4
tree0a6ab031dc9f46dde7d1ce69e8c72167a06a2e62
parente969e261a5aab6fee64eda4d21eb4d2deffb755e
Cast constants to float to avoid gcc converting to and from
float<->double in every operation.

Originally committed as revision 23118 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/mpegaudiodec.c