A lot of video related changes
This commit is contained in:
+1
-1
Submodule rtclib updated: d9150b3af8...e21361f1b6
@@ -40,8 +40,9 @@ PacketDecoder::~PacketDecoder() {
|
||||
|
||||
void PacketDecoder::reset() {
|
||||
std::lock_guard buffer_lock(this->packet_buffer_lock);
|
||||
for(auto& buffer : this->_command_fragment_buffers)
|
||||
for(auto& buffer : this->_command_fragment_buffers) {
|
||||
buffer.reset();
|
||||
}
|
||||
}
|
||||
|
||||
PacketProcessResult PacketDecoder::process_incoming_data(ClientPacketParser &packet_parser, std::string& error) {
|
||||
|
||||
Reference in New Issue
Block a user