diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2009-09-28 05:19:13 +0000 |
---|---|---|
committer | Kostya Shishkov <kostya.shishkov@gmail.com> | 2009-09-28 05:19:13 +0000 |
commit | d2cdf20147d1bfde627b5548a659470172d03dbd (patch) | |
tree | 60fd3f7fd078b6f25a6677dd8ebd877209c1ae35 /libavcodec/faxcompr.h | |
parent | 8da5d3dc3792b6992e4794351125279f05c8ba0e (diff) | |
download | ffmpeg-d2cdf20147d1bfde627b5548a659470172d03dbd.tar.gz |
cosmetics: reindent and reformat function declarations
Originally committed as revision 20066 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/faxcompr.h')
-rw-r--r-- | libavcodec/faxcompr.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libavcodec/faxcompr.h b/libavcodec/faxcompr.h index 2f7926c05b..04b23c3166 100644 --- a/libavcodec/faxcompr.h +++ b/libavcodec/faxcompr.h @@ -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 */ |