[FFmpeg-soc] [soc]: r2715 - nellyenc/nellymoserenc.c
Benjamin Larsson
banan at ludd.ltu.se
Mon Jul 7 15:51:52 CEST 2008
bwolowiec wrote:
> Author: bwolowiec
> Date: Mon Jul 7 15:44:32 2008
> New Revision: 2715
>
> Log:
> remove useless variables
> --ta linia i następne zostaną zignorowane--
>
> M nellyenc/nellymoserenc.c
>
[...]
> - pval = -pow(2, pows[j]/2048)*scale;
> + pval = -pow(2, pows[j]/2048);
>
I'm not sure but pows[j]/2048.0 might be better. Check and see if there
is any change.
MvH
Benjamin Larsson
More information about the FFmpeg-soc
mailing list