summaryrefslogtreecommitdiff
path: root/include/libyuv/scale.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libyuv/scale.h')
-rw-r--r--include/libyuv/scale.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libyuv/scale.h b/include/libyuv/scale.h
index a3bc07e..102158d 100644
--- a/include/libyuv/scale.h
+++ b/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,