comparison tiffenc.c @ 4839:1a5c08c07cfb libavcodec

cosmetics: indentation
author diego
date Wed, 11 Apr 2007 06:59:09 +0000
parents 812f759a7c59
children 1a8865f72b04
comparison
equal deleted inserted replaced
4838:eeac11145c4e 4839:1a5c08c07cfb
279 av_log(s->avctx, AV_LOG_ERROR, 279 av_log(s->avctx, AV_LOG_ERROR,
280 "This colors format is not supported\n"); 280 "This colors format is not supported\n");
281 return -1; 281 return -1;
282 } 282 }
283 if (!is_yuv) 283 if (!is_yuv)
284 s->bpp_tab_size = (s->bpp >> 3); 284 s->bpp_tab_size = (s->bpp >> 3);
285 285
286 if (s->compr == TIFF_DEFLATE || s->compr == TIFF_ADOBE_DEFLATE || s->compr == TIFF_LZW) 286 if (s->compr == TIFF_DEFLATE || s->compr == TIFF_ADOBE_DEFLATE || s->compr == TIFF_LZW)
287 //best choose for DEFLATE 287 //best choose for DEFLATE
288 s->rps = s->height; 288 s->rps = s->height;
289 else 289 else