Index: webrtc/modules/video_coding/session_info.h |
diff --git a/webrtc/modules/video_coding/session_info.h b/webrtc/modules/video_coding/session_info.h |
index b2f1df08bb98dd3d21ce1a6fa9af41e637160468..e9ff25166d6fff12c85e6f06525b648869098f3e 100644 |
--- a/webrtc/modules/video_coding/session_info.h |
+++ b/webrtc/modules/video_coding/session_info.h |
@@ -116,8 +116,7 @@ class VCMSessionInfo { |
PacketIterator FindPartitionEnd(PacketIterator it) const; |
static bool InSequence(const PacketIterator& it, |
const PacketIterator& prev_it); |
- size_t InsertBuffer(uint8_t* frame_buffer, |
- PacketIterator packetIterator); |
+ size_t InsertBuffer(uint8_t* frame_buffer, PacketIterator packetIterator); |
size_t Insert(const uint8_t* buffer, |
size_t length, |
bool insert_start_code, |
@@ -126,8 +125,7 @@ class VCMSessionInfo { |
PacketIterator FindNaluEnd(PacketIterator packet_iter) const; |
// Deletes the data of all packets between |start| and |end|, inclusively. |
// Note that this function doesn't delete the actual packets. |
- size_t DeletePacketData(PacketIterator start, |
- PacketIterator end); |
+ size_t DeletePacketData(PacketIterator start, PacketIterator end); |
void UpdateCompleteSession(); |
// When enabled, determine if session is decodable, i.e. incomplete but |