[FFmpeg-soc] [soc]: r1699 - eac3/eac3dec.c

Michael Niedermayer michaelni at gmx.at
Sun Dec 30 10:19:41 CET 2007


On Sun, Dec 30, 2007 at 03:18:11AM +0100, jbr wrote:
> Author: jbr
> Date: Sun Dec 30 03:18:11 2007
> New Revision: 1699
> 
> Log:
> correctly use bap or hebap depending on whether aht is used or not
> 
[...]
> -                if(bap[i] == 0)
> +                if((aht && !bap[i]) && (!aht && !hebap[i]))

this is equivalent of if(0), you didnt maybe mean || or?


>                      coeffs[i] = 0.0f;
>              }
>              if(s->channel_in_cpl[ch]) {
>                  bap = s->bap[CPL_CH];
> +                hebap = s->hebap[CPL_CH];
> +                aht = s->channel_uses_aht[CPL_CH];
>                  for(; i<s->end_freq[CPL_CH]; i++) {
> -                    if(bap[i] == 0)
> +                    if((aht && !bap[i]) && (!aht && !hebap[i]))

same issue

[...]
-- 
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: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-soc/attachments/20071230/37dd7c98/attachment.pgp>


More information about the FFmpeg-soc mailing list