mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-04 06:08:26 +02:00
Merge commit 'ab7c64624a1254d509b71c2a4945336567e93845'
* commit 'ab7c64624a1254d509b71c2a4945336567e93845': sgi: remove redundant argument from read_uncompressed_sgi() Conflicts: libavcodec/sgidec.c See: 0f65693529decc470e3f01cb950b1864ea982c06 Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
5628b9f5fb
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user