[FFmpeg-devel] PATCH: cook move saturate functionality to separate function.
Benoit Fouet
benoit.fouet
Mon Jul 16 16:48:19 CEST 2007
Marc Hoffman wrote:
> On 7/16/07, Benoit Fouet <benoit.fouet at purplelabs.com> wrote:
>
>> Marc Hoffman wrote:
>>
>>> Marc Hoffman writes:
>>>
>>> @@ -820,6 +822,26 @@
>>> }
>>>
>>> /**
>>> + * Saturate the output signal to signed 16bit integers.
>>> + *
>>> + * @param q pointer to the COOKContext
>>> + * @param chan channel to saturate
>>> + * @param out pointer to the output vector
>>> + */
>>> +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_t doesn't exist...
>> this doesn't compile
>>
>
>
>
> Thanks corrected.
>
btw, aren't you subscribed to ffmpeg-cvslog mailing list ?
--
Ben
Purple Labs S.A.
www.purplelabs.com
More information about the ffmpeg-devel
mailing list