video analysis2.0拆分,ffmpeg封装go接口库
zhangmeng
2019-08-19 54ea1c13885725584a6a50d520f67e8a75f85b6f
csrc/buz/recorder.hpp
@@ -40,6 +40,8 @@
                void SetCallback(FUNC_REC_INFO cb){
                    func_rec_info_ = cb;
                }
                const bool ErrorOcurred(){return error_occured_;}
            private:
                void run_thread();
@@ -73,6 +75,8 @@
                int                     file_frame_index_;
                std::string             file_path_;
                FUNC_REC_INFO           func_rec_info_;
                bool                    error_occured_;
        };
    }
}