From 633ab812c30fa2353800ad6431f41f25993ec6bd Mon Sep 17 00:00:00 2001 From: zhangmeng <775834166@qq.com> Date: 星期一, 13 五月 2019 12:43:07 +0800 Subject: [PATCH] add scale --- cffmpeg.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/cffmpeg.h b/cffmpeg.h index f721636..7a09816 100644 --- a/cffmpeg.h +++ b/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); -- Gitblit v1.8.0