csrc/worker/decoder.cpp | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
csrc/worker/decoder.cpp
@@ -57,7 +57,6 @@ std::lock_guard<std::mutex> l(mutex_pkt_); if (data->getAVPacket().flags & AV_PKT_FLAG_KEY){ logIt("new list cpacket start, next %lld, cur %lld", next_idx_, pkt.id); list_pkt_.clear(); } list_pkt_.push_back(pkt); @@ -81,7 +80,6 @@ for (auto &i : list_pkt_){ if (i.id < next_idx_){ continue; logIt("decoder same list cpacket"); } *id = i.v_id;