cffmpeg.h
@@ -16,6 +16,7 @@ void c_ffmpeg_destroy(const cffmpeg h); void c_ffmpeg_run(const cffmpeg h, const char *input); void c_ffmpeg_scale(const cffmpeg h, const int wid, const int hei, const int flags); /////////passive api void c_ffmpeg_build_recorder(const cffmpeg h, const char *dir, int mind, int maxd); void c_ffmpeg_fire_recorder(const cffmpeg h, const int64_t id);