[FFmpeg-cvslog] r9703 - trunk/libavcodec/cook.c
mhoffman
subversion
Mon Jul 16 16:45:54 CEST 2007
Author: mhoffman
Date: Mon Jul 16 16:45:54 2007
New Revision: 9703
Log:
float_t was a typo that compiled on macosx
Modified:
trunk/libavcodec/cook.c
Modified: trunk/libavcodec/cook.c
==============================================================================
--- trunk/libavcodec/cook.c (original)
+++ trunk/libavcodec/cook.c Mon Jul 16 16:45:54 2007
@@ -901,7 +901,7 @@ static void
saturate_output_float (COOKContext *q, int chan, int16_t *out)
{
int j;
- float_t *output = q->mono_mdct_output + q->samples_per_channel;
+ float *output = q->mono_mdct_output + q->samples_per_channel;
/* Clip and convert floats to 16 bits.
*/
for (j = 0; j < q->samples_per_channel; j++) {
More information about the ffmpeg-cvslog
mailing list