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

Unified Diff: source/libvpx/third_party/libyuv/include/libyuv/scale.h

Issue 996503002: libvpx: Pull from upstream (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libvpx.git@master
Patch Set: Created 5 years, 9 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/include/libyuv/scale.h
diff --git a/source/libvpx/third_party/libyuv/include/libyuv/scale.h b/source/libvpx/third_party/libyuv/include/libyuv/scale.h
index a3bc07e0fd6d2857e6bccbca960195c506a5b50f..102158d1ab28fcfe122ee825f2388db1a160a03c 100644
--- a/source/libvpx/third_party/libyuv/include/libyuv/scale.h
+++ b/source/libvpx/third_party/libyuv/include/libyuv/scale.h
@@ -34,6 +34,7 @@ void ScalePlane(const uint8* src, int src_stride,
int dst_width, int dst_height,
enum FilterMode filtering);
+LIBYUV_API
void ScalePlane_16(const uint16* src, int src_stride,
int src_width, int src_height,
uint16* dst, int dst_stride,
« no previous file with comments | « source/libvpx/third_party/libyuv/include/libyuv/row.h ('k') | source/libvpx/third_party/libyuv/include/libyuv/scale_row.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698