OSDN Git Service

Replace custom modified discrete cosine transform with ffmpeg's own.
authorIan Braithwaite <ian@braithwaite.dk>
Sun, 11 Mar 2007 20:30:06 +0000 (20:30 +0000)
committerBenjamin Larsson <banan@ludd.ltu.se>
Sun, 11 Mar 2007 20:30:06 +0000 (20:30 +0000)
commite7485bf378cb2589b72202aae6a96c8ab715dc41
tree4e182d798093f473b6318fe9e88395605cbe86d4
parent43a0791b66f9289bf67ea7ea56316a7c0bc92dbd
Replace custom modified discrete cosine transform with ffmpeg's own.
This does alter the decoded output, but not by much.
The new output is closer to that produced by Real's "official" decoder,
and the decoder runs slightly faster.

Patch by Ian Braithwaite ian at braithwaite dot dk

Originally committed as revision 8325 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/cook.c