video analysis2.0拆分,ffmpeg封装go接口库
zhangmeng
2019-07-22 d42f702ea93b3d34a300ad2f1f72db4d7bb9cc80
csrc/wrapper.hpp
@@ -51,7 +51,7 @@
        private: 
            std::unique_ptr<ffwrapper::FormatIn> init_reader(const char* input);
            ffwrapper::FormatIn* init_reader_gb28181(const char* input);
            // ffwrapper::FormatIn* init_reader_gb28181(const char* input);
            void init_worker(ffwrapper::FormatIn *in);
            int init_recorder(ffwrapper::FormatIn *in, std::string dir, const int mind, const int maxd);
            void run_worker(ffwrapper::FormatIn *in, buz::avpacket &pkt);