Mercurial > libavcodec.hg
changeset 5348:8627a229d2d2 libavcodec
float_t was a typo that compiled on macosx
author | mhoffman |
---|---|
date | Mon, 16 Jul 2007 14:45:54 +0000 |
parents | 59ec490fe985 |
children | 6a4286208743 |
files | cook.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/cook.c Mon Jul 16 13:24:43 2007 +0000 +++ b/cook.c Mon Jul 16 14:45:54 2007 +0000 @@ -901,7 +901,7 @@ 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++) {