Commit 6afd9bec authored by Frank Barchard's avatar Frank Barchard Committed by Frank Barchard

I420ToI010 fix for missing LIBYUV_API in DLL

Bug: libyuv:850
Change-Id: Ib10208955bd1b5614f9278fcbef2340bb7425888
Reviewed-on: https://chromium-review.googlesource.com/c/libyuv/libyuv/+/1902252Reviewed-by: 's avatarDale Curtis <dalecurtis@chromium.org>
parent 6502179e
...@@ -23,6 +23,7 @@ extern "C" { ...@@ -23,6 +23,7 @@ extern "C" {
// Convert 8 bit YUV to 10 bit. // Convert 8 bit YUV to 10 bit.
#define H420ToH010 I420ToI010 #define H420ToH010 I420ToI010
LIBYUV_API
int I420ToI010(const uint8_t* src_y, int I420ToI010(const uint8_t* src_y,
int src_stride_y, int src_stride_y,
const uint8_t* src_u, const uint8_t* src_u,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment