video analysis2.0拆分,ffmpeg封装go接口库
zhangmeng
2020-10-22 65eb475b323b3b9c28761b4e3009ab3d269963e1
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_;