From 0e021985f483e593c6ef872b8bcbe299566c7dd2 Mon Sep 17 00:00:00 2001
From: chenshijun <csj_sky@126.com>
Date: 星期二, 03 十二月 2019 15:32:18 +0800
Subject: [PATCH] 增加获取国标图片接口

---
 cffmpeg.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/cffmpeg.h b/cffmpeg.h
index 0a7ebd1..687a4d9 100644
--- a/cffmpeg.h
+++ b/cffmpeg.h
@@ -17,6 +17,7 @@
 
 int c_ffmpeg_get_fps(const cffmpeg h);
 void c_ffmpeg_run_gb28181(const cffmpeg h);
+char * c_ffmpeg_get_gb28181_pic(const char *rtspUrl, int *retDataLen);
 void c_ffmepg_use_cpu(const cffmpeg h);
 /////////passive api
 void c_ffmpeg_set_record_duration(const cffmpeg h, const int min, const int max);

--
Gitblit v1.8.0