]> git.sesse.net Git - ffmpeg/commit
Use SAMPLE_FMT_FLT instead of doing the float->int conversion in the
authorVitor Sessak <vitor1001@gmail.com>
Wed, 17 Sep 2008 19:26:37 +0000 (19:26 +0000)
committerVitor Sessak <vitor1001@gmail.com>
Wed, 17 Sep 2008 19:26:37 +0000 (19:26 +0000)
commitfaf6d6964b72e4710426efb218f13b8a87f34eae
tree2fbbee3417e5b2d76115d65a14a06fd6a19d91c1
parent00cc0ce91e26a207057d8ba986c663823f41a4fc
Use SAMPLE_FMT_FLT instead of doing the float->int conversion in the
decoder. This changes the output very little and any difference should
be inaudible.

Originally committed as revision 15343 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/ra288.c