mirror of
https://github.com/webmproject/libwebp.git
synced 2025-04-05 08:26:51 +02:00
misc style fix
(cherry picked from commit 142c46291e2b8daaed2b7a9ef038f7eb39fbd503) Conflicts: src/webp/format_constants.h Change-Id: Ib764cb09bd78ab6e72c60f495d55b752ad4dbe4d
This commit is contained in:
parent
68111ab02f
commit
6cb4a61825
@ -462,7 +462,6 @@ int WebPPictureRescale(WebPPicture* pic, int width, int height) {
|
||||
(uint8_t*)tmp.argb, width, height,
|
||||
tmp.argb_stride * 4,
|
||||
work, 4);
|
||||
|
||||
}
|
||||
WebPPictureFree(pic);
|
||||
free(work);
|
||||
|
@ -29,7 +29,6 @@ static int IsVP8XNeeded(const VP8Encoder* const enc) {
|
||||
}
|
||||
|
||||
static int PutPaddingByte(const WebPPicture* const pic) {
|
||||
|
||||
const uint8_t pad_byte[1] = { 0 };
|
||||
return !!pic->writer(pad_byte, 1, pic);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user