From b0914c9c39bd1226f1789cc3b53b05cb87797527 Mon Sep 17 00:00:00 2001
From: zhangmeng <775834166@qq.com>
Date: 星期一, 13 五月 2019 13:54:47 +0800
Subject: [PATCH] shrink scale buffer

---
 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