From c100c51a38101792945bae4078705570a5f7fe8b Mon Sep 17 00:00:00 2001
From: zhangmeng <775834166@qq.com>
Date: 星期六, 11 一月 2020 16:32:26 +0800
Subject: [PATCH] debug

---
 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