Fix missing coma (on uncompiled code)

Spotted by Jakub, Thanks!

Change-Id: Ic2509acc683690748089b831ee3d109ad2162dc2
This commit is contained in:
Pascal Massimino 2011-10-27 06:37:36 -07:00
parent d8329d41e3
commit 42c2e682e0

View File

@ -59,8 +59,8 @@ static const int8_t kMVRef[8] = {
};
static const int8_t kMVRef4[6] = {
-LEFT4, 1
-ABOVE4, 2
-LEFT4, 1,
-ABOVE4, 2,
-ZERO4, -NEW4
};
#endif