void ScalePlane_16(const uint16* src, int src_stride,
int src_width, int src_height,
uint16* dst, int dst_stride,
int dst_width, int dst_height,
enum FilterMode filtering);
...should be:
LIBYUV_API
void ScalePlane_16(const uint16* src, int src_stride,
int src_width, int src_height,
uint16* dst, int dst_stride,
int dst_width, int dst_height,
enum FilterMode filtering);
Original issue reported on code.google.com by aven...@gmail.com on 14 Sep 2014 at 8:27
Original issue reported on code.google.com by
aven...@gmail.com
on 14 Sep 2014 at 8:27