libcffmpeg.c
@@ -63,6 +63,14 @@ fn_run(h, input); } int wrap_fn_fps(void *lib, const cffmpeg h){ if(!fn_fps){ fn_fps = (lib_cffmpeg_fps)dlsym(lib, "c_ffmpeg_get_fps"); if (!fn_fps) return 25; } return fn_fps(h); } void wrap_fn_run_gb28181(void *lib, const cffmpeg h){ if (!fn_gb28181){ fn_gb28181 = (lib_cffmpeg_gb28181)dlsym(lib, "c_ffmpeg_run_gb28181");