video analysis2.0拆分,ffmpeg封装go接口库
zhangmeng
2019-11-21 247da74f27e3020cb54b3106e3c2153c83d88e27
update
1个文件已修改
2 ■■■ 已修改文件
csrc/wrapper.cpp 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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>());