Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
wang-bin committed Apr 14, 2014
1 parent 75d168d commit 8da88d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/VideoThread.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -258,8 +258,8 @@ void VideoThread::run()
if (pkt.hasKeyFrame)
wait_key_frame = false;
else {
pkt = Packet();
qDebug("waiting for key frame. queue size: %d. pkt.size: %d", d.packets.size(), pkt.data.size());
pkt = Packet();
continue;
}
}
Expand Down

0 comments on commit 8da88d7

Please sign in to comment.