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

Unified Diff: third_party/libwebp/enc/near_lossless_enc.c

Issue 2651883004: libwebp-0.6.0-rc1 (Closed)
Patch Set: Created 3 years, 11 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
« no previous file with comments | « third_party/libwebp/enc/near_lossless.c ('k') | third_party/libwebp/enc/picture.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libwebp/enc/near_lossless_enc.c
diff --git a/third_party/libwebp/enc/near_lossless.c b/third_party/libwebp/enc/near_lossless_enc.c
similarity index 98%
rename from third_party/libwebp/enc/near_lossless.c
rename to third_party/libwebp/enc/near_lossless_enc.c
index f4ab91f5716ba7fcbdad7b1acb21bd187c9f9ca2..2bd03ab20dabbaf9944f91d7352b13d238562ac2 100644
--- a/third_party/libwebp/enc/near_lossless.c
+++ b/third_party/libwebp/enc/near_lossless_enc.c
@@ -17,9 +17,9 @@
#include <assert.h>
#include <stdlib.h>
-#include "../dsp/lossless.h"
+#include "../dsp/lossless_common.h"
#include "../utils/utils.h"
-#include "./vp8enci.h"
+#include "./vp8i_enc.h"
#define MIN_DIM_FOR_NEAR_LOSSLESS 64
#define MAX_LIMIT_BITS 5
« no previous file with comments | « third_party/libwebp/enc/near_lossless.c ('k') | third_party/libwebp/enc/picture.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698