[FFmpeg-cvslog] r20066 - in trunk/libavcodec: faxcompr.c faxcompr.h

kostya subversion
Mon Sep 28 07:19:13 CEST 2009


Author: kostya
Date: Mon Sep 28 07:19:13 2009
New Revision: 20066

Log:
cosmetics: reindent and reformat function declarations

Modified:
   trunk/libavcodec/faxcompr.c
   trunk/libavcodec/faxcompr.h

Modified: trunk/libavcodec/faxcompr.c
==============================================================================
--- trunk/libavcodec/faxcompr.c	Mon Sep 28 07:17:20 2009	(r20065)
+++ trunk/libavcodec/faxcompr.c	Mon Sep 28 07:19:13 2009	(r20066)
@@ -268,8 +268,9 @@ static int find_group3_syncmarker(GetBit
 }
 
 int ff_ccitt_unpack(AVCodecContext *avctx,
-                       const uint8_t *src, int srcsize,
-                       uint8_t *dst, int height, int stride, enum TiffCompr compr, int opts)
+                    const uint8_t *src, int srcsize,
+                    uint8_t *dst, int height, int stride,
+                    enum TiffCompr compr, int opts)
 {
     int j;
     GetBitContext gb;

Modified: trunk/libavcodec/faxcompr.h
==============================================================================
--- trunk/libavcodec/faxcompr.h	Mon Sep 28 07:17:20 2009	(r20065)
+++ trunk/libavcodec/faxcompr.h	Mon Sep 28 07:19:13 2009	(r20066)
@@ -39,7 +39,8 @@ void ff_ccitt_unpack_init(void);
  * unpack data compressed with CCITT Group 3 1/2-D or Group 4 method
  */
 int ff_ccitt_unpack(AVCodecContext *avctx,
-                       const uint8_t *src, int srcsize,
-                       uint8_t *dst, int height, int stride, enum TiffCompr compr, int opts);
+                    const uint8_t *src, int srcsize,
+                    uint8_t *dst, int height, int stride,
+                    enum TiffCompr compr, int opts);
 
 #endif /* AVCODEC_FAXCOMPR_H */



More information about the ffmpeg-cvslog mailing list