From d30dfa5952c21e88210004a6341a16eb0ee68e2e Mon Sep 17 00:00:00 2001
From: zhangmeng <775834166@qq.com>
Date: 星期一, 23 十二月 2019 09:30:53 +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