diff --git a/libavcodec/sgidec.c b/libavcodec/sgidec.c index b883469f6c..b29a5dd20d 100644 --- a/libavcodec/sgidec.c +++ b/libavcodec/sgidec.c @@ -122,8 +122,7 @@ static int read_rle_sgi(uint8_t *out_buf, SgiState *s) * @param s the current image state * @return 0 if read success, else return error code. */ -static int read_uncompressed_sgi(unsigned char *out_buf, - SgiState *s) +static int read_uncompressed_sgi(unsigned char *out_buf, SgiState *s) { int x, y, z; unsigned int offset = s->height * s->width * s->bytes_per_channel;