[FFmpeg-devel] [PATCH] Lagarith range decoder.
Nathan Caldwell
saintdev
Sat Sep 5 20:49:27 CEST 2009
On Sat, Sep 5, 2009 at 9:51 AM, Loren Merritt<lorenm at u.washington.edu> wrote:
>
> /* a*inverse[b]>>32 == a/b for all 0<=a<=65536 && 2<=b<=255 */
> -const uint32_t ff_inverse[256]={
> +const uint32_t ff_inverse[257]={
[...]
> + 16777216
[...]
> -extern const uint32_t ff_inverse[256];
> +extern const uint32_t ff_inverse[257];
Should extending ff_inverse be done as a separate patch?
--
-Nathan Caldwell
More information about the ffmpeg-devel
mailing list