From c60d61c48c7a1e7b693d4c3f6427e3b616d1f471 Mon Sep 17 00:00:00 2001
From: zhangmeng <775834166@qq.com>
Date: 星期一, 21 十月 2019 12:29:33 +0800
Subject: [PATCH] update ffmpeg

---
 csrc/wrapper.hpp |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/csrc/wrapper.hpp b/csrc/wrapper.hpp
index 4ae1a4f..3e68b46 100644
--- a/csrc/wrapper.hpp
+++ b/csrc/wrapper.hpp
@@ -41,7 +41,7 @@
     private: 
         void run_stream_thread();
     public: //recorder
-        void BuildRecorder(const char* id,const char *dir, const int mind, const int maxd, const bool audio);
+        void BuildRecorder(const char* id, const char *dir, const int64_t &fid, const int mind, const int maxd, const bool audio);
         int FireRecorder(const char* sid,const int64_t &id);
         void GetInfoRecorder(std::string &recID, int &index, std::string &path);
     
@@ -86,8 +86,6 @@
                           const int dstW, const int dstH, const int dstFormat, const int flag);
     uint8_t *Convert(void *h, uint8_t *src);
     void DestoryConvertor(void *h);
-
-    uint8_t* ConvertYUV2BGR(uint8_t *src, const int w, const int h, const int dst_w, const int dst_h, int *length);
 }
 
 #endif
\ No newline at end of file

--
Gitblit v1.8.0