From 2ec7bb8c87f1598ba390f99d01fea059c02a966a Mon Sep 17 00:00:00 2001
From: zhangmeng <775834166@qq.com>
Date: 星期四, 25 七月 2019 17:41:51 +0800
Subject: [PATCH] update

---
 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