From 7363d175bd62697a800a724f91795e87a5c6fd3c Mon Sep 17 00:00:00 2001
From: zhangmeng <775834166@qq.com>
Date: 星期五, 29 十一月 2019 17:21:41 +0800
Subject: [PATCH] add close push stream

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

diff --git a/cffmpeg.h b/cffmpeg.h
index 5abcf23..de0ae35 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, int *format, int *length, int64_t *id);
+void c_ffmpeg_close_stream(const cffmpeg h);
 void* c_ffmpeg_get_avpacket(const cffmpeg h, int *size, int *key);
 
 // pic encoder

--
Gitblit v1.8.0