Browse Source

cosmetics: indentation

Originally committed as revision 8712 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun 18 years ago
parent
commit
3011c6f62e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/tiffenc.c

+ 1
- 1
libavcodec/tiffenc.c View File

@@ -281,7 +281,7 @@ static int encode_frame(AVCodecContext * avctx, unsigned char *buf,
return -1;
}
if (!is_yuv)
s->bpp_tab_size = (s->bpp >> 3);
s->bpp_tab_size = (s->bpp >> 3);

if (s->compr == TIFF_DEFLATE || s->compr == TIFF_ADOBE_DEFLATE || s->compr == TIFF_LZW)
//best choose for DEFLATE


Loading…
Cancel
Save