video analysis2.0拆分,ffmpeg封装go接口库
zhangmeng
2019-10-24 db2136cd0473e46b1dc7aae9d32c37841bf5a7ff
csrc/cffmpeg.cpp
@@ -33,6 +33,11 @@
    s->RunStream(input);
}
int c_ffmpeg_get_fps(const cffmpeg h){
    Wrapper *s = (Wrapper*)h;
    return s->GetFPS();
}
void c_ffmpeg_run_gb28181(const cffmpeg h){
    Wrapper *s = (Wrapper*)h;
    s->GB28181();