Skip to content
Snippets Groups Projects
Commit da547a44 authored by Nicolas Pope's avatar Nicolas Pope
Browse files

Remove frame wait log output

parent e7c3be24
No related branches found
No related tags found
No related merge requests found
Pipeline #12294 passed
......@@ -123,7 +123,6 @@ void NetSource::_recvChunk(int64_t frame, int chunk, bool delta, const vector<un
// Make certain last frame has finished decoding before swap
while (frame > current_frame_ && chunk_count_ < 16 && chunk_count_ > 0) {
LOG(WARNING) << "Previous frame not complete: " << frame;
std::this_thread::yield();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment