[Ffmpeg-devel] Re: [PATCH] cook.c patches

Benjamin Larsson banan
Fri Apr 13 22:53:10 CEST 2007


Ramiro Ribeiro Polla wrote:
> Michael Niedermayer wrote:
>> Hi
>>
>> On Thu, Apr 12, 2007 at 01:51:30PM -0300, Ramiro Ribeiro Polla wrote:
>>  
>>> Hello,
>>>
>>> cook.c.av_clip.diff makes use of av_clip functions where appropriate
>>>     
>>
>> not ok
>>
>> [...]
>>  
>>> -        num_bits += expbits_tab[exp_idx];
>>> +        num_bits += expbits_tab[av_clip(exp_idx,0,7)];
>>>          exp_index1[i] = exp_idx;
>>>          exp_index2[i] = exp_idx;
>>>     
>>
>> this changes what the code does
>>
>> [...]
>>     
> oops... new patch attached.
> ------------------------------------------------------------------------
Patches are ok, I'll apply them when I get the time (soonish).

MvH
Benjamin Larsson




More information about the ffmpeg-devel mailing list