comparison smc.c @ 2979:bfabfdf9ce55 libavcodec

COSMETICS: tabs --> spaces, some prettyprinting
author diego
date Thu, 22 Dec 2005 01:10:11 +0000
parents ef2149182f1c
children 0b546eab515d
comparison
equal deleted inserted replaced
2978:403183bbb505 2979:bfabfdf9ce55
193 n_blocks = GET_BLOCK_COUNT(); 193 n_blocks = GET_BLOCK_COUNT();
194 n_blocks *= 2; 194 n_blocks *= 2;
195 195
196 /* sanity check */ 196 /* sanity check */
197 if ((row_ptr == 0) && (pixel_ptr < 2 * 4)) { 197 if ((row_ptr == 0) && (pixel_ptr < 2 * 4)) {
198 av_log(s->avctx, AV_LOG_INFO, "encountered repeat block opcode (%02X) but not enough blocks rendered yet\n", 198 av_log(s->avctx, AV_LOG_INFO, "encountered repeat block opcode (%02X) but not enough blocks rendered yet\n",
199 opcode & 0xF0); 199 opcode & 0xF0);
200 break; 200 break;
201 } 201 }
202 202
203 /* figure out where the previous 2 blocks started */ 203 /* figure out where the previous 2 blocks started */