Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(47)

Unified Diff: third_party/libwebp/dec/tree.c

Issue 10832153: libwebp: update snapshot to v0.2.0-rc1 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/libwebp/dec/tree.c
diff --git a/third_party/libwebp/dec/tree.c b/third_party/libwebp/dec/tree.c
index 705521697117945a67174f756603fd466cc75949..82484e4c55051ded0ba6ba97d50a8aa74dcd94c6 100644
--- a/third_party/libwebp/dec/tree.c
+++ b/third_party/libwebp/dec/tree.c
@@ -1,4 +1,4 @@
-// Copyright 2010 Google Inc.
+// Copyright 2010 Google Inc. All Rights Reserved.
//
// This code is licensed under the same terms as WebM:
// Software License Agreement: http://www.webmproject.org/license/software/
@@ -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

Powered by Google App Engine
This is Rietveld 408576698