sgi: set the row boundary to the correct value
This commit is contained in:
parent
0279d1d094
commit
6d9ccee451
@ -106,7 +106,7 @@ static int read_rle_sgi(uint8_t *out_buf, SgiState *s)
|
||||
dest_row -= s->linesize;
|
||||
start_offset = bytestream2_get_be32(&g_table);
|
||||
bytestream2_seek(&s->g, start_offset, SEEK_SET);
|
||||
if (expand_rle_row(s, dest_row + z, FFABS(s->linesize) - z,
|
||||
if (expand_rle_row(s, dest_row + z, s->width * s->depth,
|
||||
s->depth) != s->width) {
|
||||
return AVERROR_INVALIDDATA;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user