[FFmpeg-devel] [PATCH] truth value assignment warnings

Michael Niedermayer michaelni
Mon Dec 17 19:23:56 CET 2007


On Mon, Dec 17, 2007 at 06:49:41PM +0100, Reimar D?ffinger wrote:
> Hello,
> On Mon, Dec 17, 2007 at 12:04:33AM +0100, Diego Biurrun wrote:
> > --- libavcodec/wmaenc.c	(revision 11244)
> > +++ libavcodec/wmaenc.c	(working copy)
> > @@ -178,7 +178,7 @@
> >      }
> >  
> >      for(ch = 0; ch < s->nb_channels; ch++) {
> > -        if (s->channel_coded[ch]= 1) { //FIXME
> > +        if ((s->channel_coded[ch]= 1)) { //FIXME
> 
> This seems really ugly to me and the FIXME is a bit sparse on details...

fixed, lets see how many spelling, grammar and ., errors i have missed

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

It is not what we do, but why we do it that matters.
-------------- 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-devel/attachments/20071217/b4e14b99/attachment.pgp>



More information about the ffmpeg-devel mailing list