Commit b750b5e5 authored by diego's avatar diego

cosmetics: indentation


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8712 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent ec869020
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment