| Index: third_party/libwebp/enc/frame.c
|
| diff --git a/third_party/libwebp/enc/frame.c b/third_party/libwebp/enc/frame.c
|
| index 7885e55536e707fa028af5988d903975c0e692f6..cdf1dabfcf14ea8e4ccf750f91a7f9bc36f69ddb 100644
|
| --- a/third_party/libwebp/enc/frame.c
|
| +++ b/third_party/libwebp/enc/frame.c
|
| @@ -508,7 +508,7 @@ static void StoreSideInfo(const VP8EncIterator* const it) {
|
| }
|
| case 7: *info = mb->alpha_; break;
|
| default: *info = 0; break;
|
| - };
|
| + }
|
| }
|
| #if SEGMENT_VISU // visualize segments and prediction modes
|
| SetBlock(it->yuv_out_ + Y_OFF, mb->segment_ * 64, 16);
|
|
|