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

Ramiro Ribeiro Polla ramiro
Thu Apr 12 23:32:16 CEST 2007


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.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: cook.c.av_clip.diff
Type: text/x-patch
Size: 1120 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20070412/3a31f1b0/attachment.bin>



More information about the ffmpeg-devel mailing list