mirror of https://git.ffmpeg.org/ffmpeg.git
Merge commit 'a7dbfcf6cb6ab8a8981d74332fd02fb90360d22f'
* commit 'a7dbfcf6cb6ab8a8981d74332fd02fb90360d22f': sgi: K&R formatting cosmetics Conflicts: libavcodec/sgidec.c libavcodec/sgienc.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
be4ae3f532
|
@ -122,7 +122,8 @@ 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;
|
||||
|
|
Loading…
Reference in New Issue