comparison faxcompr.h @ 10305:86fadefa1143 libavcodec

cosmetics: reindent and reformat function declarations
author kostya
date Mon, 28 Sep 2009 05:19:13 +0000
parents 370d05e51d90
children 7dd2a45249a9
comparison
equal deleted inserted replaced
10304:370d05e51d90 10305:86fadefa1143
37 37
38 /** 38 /**
39 * unpack data compressed with CCITT Group 3 1/2-D or Group 4 method 39 * unpack data compressed with CCITT Group 3 1/2-D or Group 4 method
40 */ 40 */
41 int ff_ccitt_unpack(AVCodecContext *avctx, 41 int ff_ccitt_unpack(AVCodecContext *avctx,
42 const uint8_t *src, int srcsize, 42 const uint8_t *src, int srcsize,
43 uint8_t *dst, int height, int stride, enum TiffCompr compr, int opts); 43 uint8_t *dst, int height, int stride,
44 enum TiffCompr compr, int opts);
44 45
45 #endif /* AVCODEC_FAXCOMPR_H */ 46 #endif /* AVCODEC_FAXCOMPR_H */