mirror of
https://chromium.googlesource.com/libyuv/libyuv
synced 2025-12-07 17:26:49 +08:00
I420ToI010 fix for missing LIBYUV_API in DLL
Bug: libyuv:850 Change-Id: Ib10208955bd1b5614f9278fcbef2340bb7425888 Reviewed-on: https://chromium-review.googlesource.com/c/libyuv/libyuv/+/1902252 Reviewed-by: Dale Curtis <dalecurtis@chromium.org>
This commit is contained in:
parent
6502179e4c
commit
6afd9becdf
@ -23,6 +23,7 @@ extern "C" {
|
||||
|
||||
// Convert 8 bit YUV to 10 bit.
|
||||
#define H420ToH010 I420ToI010
|
||||
LIBYUV_API
|
||||
int I420ToI010(const uint8_t* src_y,
|
||||
int src_stride_y,
|
||||
const uint8_t* src_u,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user