From fcc639d40cab8217c001870ce0ee834c440b3647 Mon Sep 17 00:00:00 2001 From: zhangmeng <775834166@qq.com> Date: 星期一, 16 十二月 2019 15:39:02 +0800 Subject: [PATCH] update --- cface.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/cface.h b/cface.h index 7e9a226..9eaeec5 100644 --- a/cface.h +++ b/cface.h @@ -27,7 +27,7 @@ int propertize(void *handle, const cFacePos *pos, const void *data, const int w, const int h, const int c, const int chan, void **res); int track(void *handle, const void *data, const int w, const int h, const int c, const int chan, void **fInfo, int *fcnt); -int resize(void *handle, const int w, const int h, const int chan); +int track_resize(void *handle, const int w, const int h, const int chan); #ifdef __cplusplus } -- Gitblit v1.8.0