派生自 libgowrapper/face

zhangmeng
2020-01-11 f7a86c37945d2923a0e9d20aecb9ba2573d0a632
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);
}