From be9c1d1f659b0ff31f656424c478e83a4f7c53b5 Mon Sep 17 00:00:00 2001
From: zhangmeng <775834166@qq.com>
Date: 星期五, 20 九月 2019 11:44:19 +0800
Subject: [PATCH] update ffmpeg

---
 libcffmpeg.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/libcffmpeg.c b/libcffmpeg.c
index fda4217..e1858ba 100644
--- a/libcffmpeg.c
+++ b/libcffmpeg.c
@@ -87,8 +87,8 @@
     fn_cpu(h);
 }
 
-void wrap_fn_recorder(const cffmpeg h, const char* id, const char* dir, int mind, int maxd){
-    fn_recorder(h, id, dir, mind, maxd);
+void wrap_fn_recorder(const cffmpeg h, const char* id, const char* dir, int mind, int maxd, int audio){
+    fn_recorder(h, id, dir, mind, maxd, audio);
 }
 
 void wrap_fn_fire_recorder(const cffmpeg h, const char* sid, const int64_t id){

--
Gitblit v1.8.0