[FFmpeg-cvslog] r19816 - trunk/libavformat/aea.c

Diego Biurrun diego
Fri Sep 11 07:19:29 CEST 2009


On Thu, Sep 10, 2009 at 09:12:14PM +0200, banan wrote:
> 
> Log:
> Cosmetics, add spaces
> 
> --- trunk/libavformat/aea.c	Thu Sep 10 21:08:03 2009	(r19815)
> +++ trunk/libavformat/aea.c	Thu Sep 10 21:12:13 2009	(r19816)
> @@ -36,7 +36,7 @@ static int aea_read_probe(AVProbeData *p
>  
>      /* Magic is '00 08 00 00' in Little Endian*/
> -    if(AV_RL32(p->buf)==0x800) {
> +    if (AV_RL32(p->buf)==0x800) {

You missed spaces around ==.

Diego



More information about the ffmpeg-cvslog mailing list