gif: Switch complex decoder over to continuous lzw API.
This commit is contained in:
parent
05fddf49e3
commit
020fc32108
@ -676,7 +676,7 @@ gif__decode_complex(gif_animation *gif,
|
||||
}
|
||||
break;
|
||||
}
|
||||
res = lzw_decode(gif->lzw_ctx,
|
||||
res = lzw_decode_continuous(gif->lzw_ctx,
|
||||
&uncompressed, &available);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user