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

Michael Niedermayer michaelni
Fri Apr 13 13:50:24 CEST 2007


Hi

On Thu, Apr 12, 2007 at 06:32:16PM -0300, 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.

iam ok with it but iam not cook maintainer ...

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Good people do not need laws to tell them to act responsibly, while bad
people will find a way around the laws. -- Plato
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20070413/2eeb96e8/attachment.pgp>



More information about the ffmpeg-devel mailing list