csrc/cffmpeg.cpp
@@ -31,6 +31,11 @@ s->RunStream(input); } void c_ffmpeg_scale(const cffmpeg h, const int wid, const int hei, const int flags){ Wrapper *s = (Wrapper*)h; s->ScalePicture(wid, hei, flags); } //////passive api void c_ffmpeg_build_recorder(const cffmpeg h, const char *dir, int mind, int maxd){ Wrapper *s = (Wrapper*)h;