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

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

Issue 1124333011: libvpx: Pull from upstream (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libvpx.git@master
Patch Set: only update to last nights LKGR 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/debugmodes.c ('k') | source/libvpx/vp8/common/entropy.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/libvpx/vp8/common/dequantize.c
diff --git a/source/libvpx/vp8/common/dequantize.c b/source/libvpx/vp8/common/dequantize.c
index 6e2f69a773e1041459b8a701017b7ab7cbf1c423..f8b04fa4ee55acb29e1665765699d96403dabf2f 100644
--- a/source/libvpx/vp8/common/dequantize.c
+++ b/source/libvpx/vp8/common/dequantize.c
@@ -38,6 +38,6 @@ void vp8_dequant_idct_add_c(short *input, short *dq,
vp8_short_idct4x4llm_c(input, dest, stride, dest, stride);
- vpx_memset(input, 0, 32);
+ memset(input, 0, 32);
}
« no previous file with comments | « source/libvpx/vp8/common/debugmodes.c ('k') | source/libvpx/vp8/common/entropy.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698