Commit e024cee7 authored by kostya's avatar kostya

cosmetics: reindent and reformat function declarations

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@20066 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 5d49a316
......@@ -269,7 +269,8 @@ static int find_group3_syncmarker(GetBitContext *gb, int srcsize)
int ff_ccitt_unpack(AVCodecContext *avctx,
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;
GetBitContext gb;
......
......@@ -40,6 +40,7 @@ void ff_ccitt_unpack_init(void);
*/
int ff_ccitt_unpack(AVCodecContext *avctx,
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 */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment