From 5e85a7e80764e1a1eae39c8ce9bafed29d8773a9 Mon Sep 17 00:00:00 2001
From: chenshijun <csj_sky@126.com>
Date: 星期二, 23 七月 2019 19:57:27 +0800
Subject: [PATCH] 增加支持推流的代码,并替换librtspclient.so

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

diff --git a/cffmpeg.h b/cffmpeg.h
index c7bf9d1..f992654 100644
--- a/cffmpeg.h
+++ b/cffmpeg.h
@@ -26,6 +26,7 @@
 
 void c_ffmpeg_build_decoder(const cffmpeg h);
 void* c_ffmpeg_get_pic_decoder(const cffmpeg h, int *wid, int *hei);
+void* c_ffmpeg_get_avpacket(const cffmpeg h, int *size, int *key);
 ////////////active api
 void c_ffmpeg_active_recorder(const cffmpeg h, const char *dir, int mind, int maxd, rec_func fn);
 void c_ffmpeg_active_decoder(const cffmpeg h, dec_func fn);

--
Gitblit v1.8.0