mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
cosmetics: reindent and reformat function declarations
Originally committed as revision 20066 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
8da5d3dc37
commit
d2cdf20147
@ -268,8 +268,9 @@ static int find_group3_syncmarker(GetBitContext *gb, int srcsize)
|
|||||||
}
|
}
|
||||||
|
|
||||||
int ff_ccitt_unpack(AVCodecContext *avctx,
|
int ff_ccitt_unpack(AVCodecContext *avctx,
|
||||||
const uint8_t *src, int srcsize,
|
const uint8_t *src, int srcsize,
|
||||||
uint8_t *dst, int height, int stride, enum TiffCompr compr, int opts)
|
uint8_t *dst, int height, int stride,
|
||||||
|
enum TiffCompr compr, int opts)
|
||||||
{
|
{
|
||||||
int j;
|
int j;
|
||||||
GetBitContext gb;
|
GetBitContext gb;
|
||||||
|
@ -39,7 +39,8 @@ void ff_ccitt_unpack_init(void);
|
|||||||
* unpack data compressed with CCITT Group 3 1/2-D or Group 4 method
|
* unpack data compressed with CCITT Group 3 1/2-D or Group 4 method
|
||||||
*/
|
*/
|
||||||
int ff_ccitt_unpack(AVCodecContext *avctx,
|
int ff_ccitt_unpack(AVCodecContext *avctx,
|
||||||
const uint8_t *src, int srcsize,
|
const uint8_t *src, int srcsize,
|
||||||
uint8_t *dst, int height, int stride, enum TiffCompr compr, int opts);
|
uint8_t *dst, int height, int stride,
|
||||||
|
enum TiffCompr compr, int opts);
|
||||||
|
|
||||||
#endif /* AVCODEC_FAXCOMPR_H */
|
#endif /* AVCODEC_FAXCOMPR_H */
|
||||||
|
Loading…
Reference in New Issue
Block a user