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

Unified Diff: source/libvpx/third_party/libyuv/source/mjpeg_validate.cc

Issue 1302353004: libvpx: Pull from upstream (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libvpx.git@master
Patch Set: Created 5 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: source/libvpx/third_party/libyuv/source/mjpeg_validate.cc
diff --git a/source/libvpx/third_party/libyuv/source/mjpeg_validate.cc b/source/libvpx/third_party/libyuv/source/mjpeg_validate.cc
index 40ce2f787a1a450fd70d932acaa34baf9ca1ed2a..8edfbe1e749687a0758a673cfe1646f1b2571907 100644
--- a/source/libvpx/third_party/libyuv/source/mjpeg_validate.cc
+++ b/source/libvpx/third_party/libyuv/source/mjpeg_validate.cc
@@ -23,7 +23,7 @@ extern "C" {
#ifdef ENABLE_SCASB
// Multiple of 1.
-__declspec(naked) __declspec(align(16))
+__declspec(naked)
const uint8* ScanRow_ERMS(const uint8* src, uint32 val, int count) {
__asm {
mov edx, edi
« no previous file with comments | « source/libvpx/third_party/libyuv/source/mjpeg_decoder.cc ('k') | source/libvpx/third_party/libyuv/source/planar_functions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698