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

Michael Niedermayer michaelni
Thu Apr 12 19:43:55 CEST 2007


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

> cook.c.ub_cb.diff removes some unused variables

ok

> cook.c.mono_doxy.diff fixes a doxy comment

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

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

The greatest way to live with honor in this world is to be what we pretend
to be. -- Socrates
-------------- 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/20070412/f6b535c8/attachment.pgp>



More information about the ffmpeg-devel mailing list