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

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


On Sun, Dec 30, 2007 at 10:19:41AM +0100, Michael Niedermayer wrote:
> 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?

also if you meant || then the following is simpler:

if(aht ? !bap[i] : !hebap[i])

[...]

-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

There will always be a question for which you do not know the correct awnser.
-------------- 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/c03a51cf/attachment.pgp>


More information about the FFmpeg-soc mailing list