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

Unified Diff: jpeglibmangler.h

Issue 1258673007: Add jpeg_skip_scanlines() API to libjpeg-turbo (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git@master
Patch Set: Updating google.patch Created 5 years, 5 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 | « jpeglib.h ('k') | libjpeg.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: jpeglibmangler.h
diff --git a/jpeglibmangler.h b/jpeglibmangler.h
index aed411a4c3e638cd3da82c7dd64bdaa1e7aef79d..0040bfc6939b85dd7cf2002bf2ce0dbf8a0f7683 100644
--- a/jpeglibmangler.h
+++ b/jpeglibmangler.h
@@ -82,6 +82,7 @@
#define jpeg_read_header chromium_jpeg_read_header
#define jpeg_start_decompress chromium_jpeg_start_decompress
#define jpeg_read_scanlines chromium_jpeg_read_scanlines
+#define jpeg_skip_scanlines chromium_jpeg_skip_scanlines
#define jpeg_finish_decompress chromium_jpeg_finish_decompress
#define jpeg_read_raw_data chromium_jpeg_read_raw_data
#define jpeg_has_multiple_scans chromium_jpeg_has_multiple_scans
« no previous file with comments | « jpeglib.h ('k') | libjpeg.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698