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

Unified Diff: source/convert_to_argb.cc

Issue 2626193002: add Intel Code Analyst markers (Closed)
Patch Set: rebase, clang-format, bump version, add comment about visual c 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 | « include/libyuv/version.h ('k') | source/row_gcc.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/convert_to_argb.cc
diff --git a/source/convert_to_argb.cc b/source/convert_to_argb.cc
index f9e0e808a43b66ef8449f414762ae63420069b71..63a5104b3c70bb75392d710525de70cdf7d4b37a 100644
--- a/source/convert_to_argb.cc
+++ b/source/convert_to_argb.cc
@@ -257,9 +257,8 @@ int ConvertToARGB(const uint8* sample,
free(rotate_buffer);
} else if (rotation) {
src = sample + (src_width * crop_y + crop_x) * 4;
- r = ARGBRotate(src, src_width * 4,
- crop_argb, argb_stride,
- crop_width, inv_crop_height, rotation);
+ r = ARGBRotate(src, src_width * 4, crop_argb, argb_stride, crop_width,
+ inv_crop_height, rotation);
}
return r;
« no previous file with comments | « include/libyuv/version.h ('k') | source/row_gcc.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698