派生自 libgowrapper/face

zhangmeng
2019-12-23 6a19746bcb4c2007a4f4018df9c5411359d935a1
cface.cpp
@@ -82,6 +82,5 @@
int track_resize(void *handle, const int w, const int h, const int chan){
    sdkface *s = (sdkface*)handle;
    printf("call cpp function\n");
    return s->track_resize(w, h, chan);
}