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();