派生自 libgowrapper/face

zhangmeng
2020-01-13 5aefcc3832d9a1660ec9b04aa4cf2a69ced1a84d
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);
}