video analysis2.0拆分,ffmpeg封装go接口库
zhangmeng
2019-11-29 b8c69e1f08f748dd19da3637f23bf680ad14b0ec
csrc/wrapper.cpp
@@ -202,7 +202,7 @@
            int64_t v_id = id;
            int64_t a_id = id;
            bool exist = access(input_url_.c_str(), 0) == 0 ? true : false;
            bool exist = access(input_url_.c_str(), 0) == 0;
            while(!stop_stream_.load()){
                auto data(std::make_shared<CodedData>());