From 48c8a8ce082ebdb992cb52cdd766298e8ca19011 Mon Sep 17 00:00:00 2001
From: zhangmeng <775834166@qq.com>
Date: 星期二, 25 五月 2021 11:04:56 +0800
Subject: [PATCH] bug fixed gb28181 capture picture

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

diff --git a/csrc/wrapper.hpp b/csrc/wrapper.hpp
index e2d9a8b..8ef04e5 100644
--- a/csrc/wrapper.hpp
+++ b/csrc/wrapper.hpp
@@ -96,7 +96,7 @@
                         const int pix_fmt, const int scale_flag, const int gi);
     void DestroyEncoder(void *h);
     int Encode(void *hdl, uint8_t *in, const int w, const int h, uint8_t **out, int *size, int *key);
-    int GetGb28181Pic(const char *filename, char *retData, int *retDataLen);
+    int GetGb28181Pic(const char *filename, char *retData, int *retDataLen, const int tt);
 }
 
 #endif
\ No newline at end of file

--
Gitblit v1.8.0