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

Unified Diff: third_party/libwebp/enc/picture_rescale_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/picture_rescale.c ('k') | third_party/libwebp/enc/picture_tools.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libwebp/enc/picture_rescale_enc.c
diff --git a/third_party/libwebp/enc/picture_rescale.c b/third_party/libwebp/enc/picture_rescale_enc.c
similarity index 99%
rename from third_party/libwebp/enc/picture_rescale.c
rename to third_party/libwebp/enc/picture_rescale_enc.c
index 9f19e8e80f48ceb86e686d1aec918119acd0eb7c..0b7181c0d7145c87ddd9109bd1f4529bf32d35ab 100644
--- a/third_party/libwebp/enc/picture_rescale.c
+++ b/third_party/libwebp/enc/picture_rescale_enc.c
@@ -14,8 +14,8 @@
#include <assert.h>
#include <stdlib.h>
-#include "./vp8enci.h"
-#include "../utils/rescaler.h"
+#include "./vp8i_enc.h"
+#include "../utils/rescaler_utils.h"
#include "../utils/utils.h"
#define HALVE(x) (((x) + 1) >> 1)
« no previous file with comments | « third_party/libwebp/enc/picture_rescale.c ('k') | third_party/libwebp/enc/picture_tools.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698