From adb1044f1a5cb8f25178f5f5e6106d8adb3d4109 Mon Sep 17 00:00:00 2001
From: zhangmeng <775834166@qq.com>
Date: 星期一, 13 一月 2020 10:48:03 +0800
Subject: [PATCH] debug

---
 cface.cpp |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/cface.cpp b/cface.cpp
index a20e713..d212dc9 100644
--- a/cface.cpp
+++ b/cface.cpp
@@ -2,6 +2,7 @@
 extern "C"{
 #endif
 
+#include <stdio.h>
 #include "cface.h"
 
 #ifdef __cplusplus
@@ -79,7 +80,7 @@
     return s->track(&img, chan, fInfo, 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){
     sdkface *s = (sdkface*)handle;
-    return s->resize(w, h, chan);
+    return s->track_resize(w, h, chan);
 }
\ No newline at end of file

--
Gitblit v1.8.0