派生自 libgowrapper/face

zhangmeng
2020-01-10 2a51bd57f689ea2abd9984559705d3d426cc597d
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);
}