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

Unified Diff: media/base/simd/convert_yuv_to_rgb.h

Issue 7888012: Reorganize YUV scalers (Continued) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 3 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: media/base/simd/convert_yuv_to_rgb.h
diff --git a/media/base/simd/convert_yuv_to_rgb.h b/media/base/simd/convert_yuv_to_rgb.h
index 5f3df2c61ba8ac5e49004fc93d3629d8e2f3b97f..ff7d8ec6d8d4a9730ecc87448cecbe2c9b09f00c 100644
--- a/media/base/simd/convert_yuv_to_rgb.h
+++ b/media/base/simd/convert_yuv_to_rgb.h
@@ -145,6 +145,6 @@ void LinearScaleYUVToRGB32Row_MMX_X64(const uint8* y_buf,
int width,
int source_dx);
-}
+} // extern "C"
#endif // MEDIA_BASE_SIMD_CONVERT_YUV_TO_RGB_H_

Powered by Google App Engine
This is Rietveld 408576698