From 0e021985f483e593c6ef872b8bcbe299566c7dd2 Mon Sep 17 00:00:00 2001 From: chenshijun <csj_sky@126.com> Date: 星期二, 03 十二月 2019 15:32:18 +0800 Subject: [PATCH] 增加获取国标图片接口 --- csrc/wrapper.hpp | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/csrc/wrapper.hpp b/csrc/wrapper.hpp index 73da823..4d51708 100644 --- a/csrc/wrapper.hpp +++ b/csrc/wrapper.hpp @@ -89,6 +89,8 @@ const int dstW, const int dstH, const int dstFormat, const int flag); uint8_t *Convert(void *h, uint8_t *src); void DestoryConvertor(void *h); + + int GetGb28181Pic(const char *filename, char *retData, int *retDataLen); } #endif \ No newline at end of file -- Gitblit v1.8.0