Mercurial > libavcodec.hg
diff snow.c @ 10814:2737ebb75e4b libavcodec
Snow : remove pointless 'if(1)'.
author | jai_menon |
---|---|
date | Fri, 08 Jan 2010 16:34:50 +0000 |
parents | 0f4dee00de1d |
children | 2b0c54f9f9c2 |
line wrap: on
line diff
--- a/snow.c Fri Jan 08 16:26:44 2010 +0000 +++ b/snow.c Fri Jan 08 16:34:50 2010 +0000 @@ -1298,7 +1298,6 @@ 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 @@ } (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]){