[FFmpeg-devel] [PATCH] Optimize mp2 decoder

Vitor Sessak vitor1001
Mon Jun 28 06:55:54 CEST 2010


On 06/28/2010 12:38 AM, Michael Niedermayer wrote:
> /On Sun, Jun 27, 2010 at 09:27:59PM +0200, Vitor Sessak wrote:
>> On 06/27/2010 09:25 PM, Reimar D?ffinger wrote:
>>> On Sun, Jun 27, 2010 at 09:21:08PM +0200, Vitor Sessak wrote:
>>>> +static int16_t *division_tabs[4] = {
>>>
>>> static int16_t * const division_tabs[4]
>>
>> Sure. New patch attached with also a useless variable removed.
>>
>> -Vitor
>
>>   mpegaudiodec.c |   35 +++++++++++++++++++++++++++++------
>>   1 file changed, 29 insertions(+), 6 deletions(-)
>> 53a9a1ea60cc639694f62211f04e4d82dbfb5fb4  mp2_opt4.diff
>
> ok

Applied.

-Vitor



More information about the ffmpeg-devel mailing list