Mercurial > libavcodec.hg
changeset 4839:1a5c08c07cfb libavcodec
cosmetics: indentation
| author | diego |
|---|---|
| date | Wed, 11 Apr 2007 06:59:09 +0000 |
| parents | eeac11145c4e |
| children | a743c46500d4 |
| files | tiffenc.c |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tiffenc.c Tue Apr 10 09:47:37 2007 +0000 +++ b/tiffenc.c Wed Apr 11 06:59:09 2007 +0000 @@ -281,7 +281,7 @@ 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
