[FFmpeg-cvslog] r12274 - trunk/libavcodec/rawdec.c

bcoudurier subversion
Thu Feb 28 17:11:56 CET 2008


Author: bcoudurier
Date: Thu Feb 28 17:11:56 2008
New Revision: 12274

Log:
1000l parenthesis

Modified:
   trunk/libavcodec/rawdec.c

Modified: trunk/libavcodec/rawdec.c
==============================================================================
--- trunk/libavcodec/rawdec.c	(original)
+++ trunk/libavcodec/rawdec.c	Thu Feb 28 17:11:56 2008
@@ -109,7 +109,7 @@ static int raw_decode(AVCodecContext *av
 
     //4bpp raw in avi and mov (yes this is ugly ...)
     if(avctx->bits_per_sample == 4 && avctx->pix_fmt==PIX_FMT_PAL8 &&
-       !avctx->codec_tag || avctx->codec_tag == MKTAG('r','a','w',' ')){
+       (!avctx->codec_tag || avctx->codec_tag == MKTAG('r','a','w',' '))){
         int i;
         for(i=256*2; i+1 < context->length>>1; i++){
             context->buffer[2*i+0]= buf[i-256*2]>>4;




More information about the ffmpeg-cvslog mailing list