video analysis2.0拆分,ffmpeg封装go接口库
chenshijun
2019-12-26 3c0752f11213fb14eeae9e02fd6bc14f295ed378
csrc/worker/decoder.cpp
@@ -74,7 +74,6 @@
            auto check = list_pkt_.front();
            if (check.id > next_idx_){
                next_idx_ = -1;
                logIt("decoder new list cpacket");
            }
            
            for (auto &i : list_pkt_){