From f999b63c77bd39ee0b56f14ceced478108976db1 Mon Sep 17 00:00:00 2001
From: Marc Hoffman <mmhoffm@gmail.com>
Date: Mon, 16 Jul 2007 14:45:54 +0000
Subject: 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(-)

(limited to 'libavcodec')

diff --git a/libavcodec/cook.c b/libavcodec/cook.c
index a6a7360f35..293dc426d9 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++) {
-- 
cgit v1.2.3