OSDN Git Service

dca and aac decoders use float_to_int16_interleave, so check for
authorDavid Conrad <lessen42@gmail.com>
Thu, 8 Oct 2009 14:40:14 +0000 (14:40 +0000)
committerDavid Conrad <lessen42@gmail.com>
Thu, 8 Oct 2009 14:40:14 +0000 (14:40 +0000)
commit144fec83b3abd42ac361b3c964467dff5a1ac958
tree1693ad16d6a7fc9d6bd4f9cc2a38e5db265407a9
parent12bf71b691b77c9ce229d5f715c4b954fa2b7aa1
dca and aac decoders use float_to_int16_interleave, so check for
the C version of that rather than float_to_int16.
Fixes output on ARM/VFP

Originally committed as revision 20192 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/aac.c
libavcodec/dca.c