mirror of
https://github.com/webmproject/libwebp.git
synced 2025-04-11 19:36:47 +02:00
Fix missing coma (on uncompiled code)
Spotted by Jakub, Thanks! Change-Id: Ic2509acc683690748089b831ee3d109ad2162dc2
This commit is contained in:
parent
d8329d41e3
commit
42c2e682e0
@ -59,8 +59,8 @@ static const int8_t kMVRef[8] = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
static const int8_t kMVRef4[6] = {
|
static const int8_t kMVRef4[6] = {
|
||||||
-LEFT4, 1
|
-LEFT4, 1,
|
||||||
-ABOVE4, 2
|
-ABOVE4, 2,
|
||||||
-ZERO4, -NEW4
|
-ZERO4, -NEW4
|
||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user