From ab3d17cd44625a762fc10f0f1fd8f2c46b980aff Mon Sep 17 00:00:00 2001
From: zhangmeng <775834166@qq.com>
Date: 星期二, 26 四月 2022 11:42:19 +0800
Subject: [PATCH] capture use cpu and add arm version

---
 csrc/ffmpeg/format/FormatOut.hpp |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/csrc/ffmpeg/format/FormatOut.hpp b/csrc/ffmpeg/format/FormatOut.hpp
index 0d746fc..2a7e280 100644
--- a/csrc/ffmpeg/format/FormatOut.hpp
+++ b/csrc/ffmpeg/format/FormatOut.hpp
@@ -11,6 +11,7 @@
 struct AVFrame;
 struct AVPacket;
 struct AVDictionary;
+struct AVBSFContext;
 
 namespace ffwrapper{
 	class VideoProp;
@@ -65,6 +66,8 @@
 		int 					a_idx_;
 		AVCodecContext 			*enc_ctx_;
 
+        AVBSFContext   			*bsf_h264, *bsf_hevc;
+
 		int64_t				 	sync_opts_;
 
 		bool 					record_;

--
Gitblit v1.8.0