From f999b63c77bd39ee0b56f14ceced478108976db1 Mon Sep 17 00:00:00 2001 From: Marc Hoffman Date: Mon, 16 Jul 2007 14:45:54 +0000 Subject: [PATCH] float_t was a typo that compiled on macosx Originally committed as revision 9703 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/cook.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/cook.c b/libavcodec/cook.c index a6a7360..293dc42 100644 --- a/libavcodec/cook.c +++ b/libavcodec/cook.c @@ -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++) { -- 2.7.4