[FFmpeg-cvslog] r21093 - trunk/libavcodec/snow.c

jai_menon subversion
Fri Jan 8 17:34:50 CET 2010


Author: jai_menon
Date: Fri Jan  8 17:34:50 2010
New Revision: 21093

Log:
Snow : remove pointless 'if(1)'.

Modified:
   trunk/libavcodec/snow.c

Modified: trunk/libavcodec/snow.c
==============================================================================
--- trunk/libavcodec/snow.c	Fri Jan  8 17:26:44 2010	(r21092)
+++ trunk/libavcodec/snow.c	Fri Jan  8 17:34:50 2010	(r21093)
@@ -1298,7 +1298,6 @@ static inline void unpack_coeffs(SnowCon
     const int h= b->height;
     int x,y;
 
-    if(1){
         int run, runs;
         x_and_coeff *xc= b->x_coeff;
         x_and_coeff *prev_xc= NULL;
@@ -1390,7 +1389,6 @@ static inline void unpack_coeffs(SnowCon
         }
 
         (xc++)->x= w+1; //end marker
-    }
 }
 
 static inline void decode_subband_slice_buffered(SnowContext *s, SubBand *b, slice_buffer * sb, int start_y, int h, int save_state[1]){



More information about the ffmpeg-cvslog mailing list