From f7a86c37945d2923a0e9d20aecb9ba2573d0a632 Mon Sep 17 00:00:00 2001
From: zhangmeng <775834166@qq.com>
Date: 星期六, 11 一月 2020 18:28:22 +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