OSDN Git Service

cosmetics: indentation
authorDiego Biurrun <diego@biurrun.de>
Wed, 11 Apr 2007 06:59:09 +0000 (06:59 +0000)
committerDiego Biurrun <diego@biurrun.de>
Wed, 11 Apr 2007 06:59:09 +0000 (06:59 +0000)
Originally committed as revision 8712 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/tiffenc.c

index 0cf7c3b..b25d453 100644 (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