video analysis2.0拆分,ffmpeg封装go接口库
zhangmeng
2019-07-26 88c21b872799a1ae9dd7dd7d20f3811d749d9418
csrc/buz/recorder.hpp
@@ -29,7 +29,7 @@
        class Recorder{
            public:
                explicit Recorder(ffwrapper::FormatIn *in);
                Recorder(ffwrapper::FormatIn *in, const std::string &id);
                ~Recorder();
            public: 
@@ -66,6 +66,7 @@
           std::condition_variable cv_;
                std::string             dir_;
                std::string             id_;
                int64_t                id_frame_;
                int                     file_frame_index_;