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

Unified Diff: source/libvpx/vp8/common/copy_c.c

Issue 1162573005: libvpx: Pull from upstream (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libvpx.git@master
Patch Set: Created 5 years, 7 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 | « source/libvpx/vp8/common/arm/variance_arm.c ('k') | source/libvpx/vp8/common/filter.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/libvpx/vp8/common/copy_c.c
diff --git a/source/libvpx/vp8/common/copy_c.c b/source/libvpx/vp8/common/copy_c.c
index fd96c863491129e84da11a8c4d9a019729221d5d..e3392913f635720ab54fa122bd0b770d2892b72a 100644
--- a/source/libvpx/vp8/common/copy_c.c
+++ b/source/libvpx/vp8/common/copy_c.c
@@ -11,11 +11,11 @@
#include <string.h>
-#include "vpx_config.h"
+#include "./vp8_rtcd.h"
#include "vpx/vpx_integer.h"
/* Copy 2 macroblocks to a buffer */
-void vp8_copy32xn_c(unsigned char *src_ptr, int src_stride,
+void vp8_copy32xn_c(const unsigned char *src_ptr, int src_stride,
unsigned char *dst_ptr, int dst_stride,
int height)
{
« no previous file with comments | « source/libvpx/vp8/common/arm/variance_arm.c ('k') | source/libvpx/vp8/common/filter.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698