Index: webrtc/modules/video_coding/decoding_state.h |
diff --git a/webrtc/modules/video_coding/decoding_state.h b/webrtc/modules/video_coding/decoding_state.h |
index fe40b24030b3cfcc2f3e613565e6df906c191eee..f4ea8ae0811542f16974427acaf17b92dead33e2 100644 |
--- a/webrtc/modules/video_coding/decoding_state.h |
+++ b/webrtc/modules/video_coding/decoding_state.h |
@@ -64,13 +64,13 @@ class VCMDecodingState { |
// Keep state of last decoded frame. |
// TODO(mikhal/stefan): create designated classes to handle these types. |
- uint16_t sequence_num_; |
- uint32_t time_stamp_; |
- int picture_id_; |
- int temporal_id_; |
- int tl0_pic_id_; |
- bool full_sync_; // Sync flag when temporal layers are used. |
- bool in_initial_state_; |
+ uint16_t sequence_num_; |
+ uint32_t time_stamp_; |
+ int picture_id_; |
+ int temporal_id_; |
+ int tl0_pic_id_; |
+ bool full_sync_; // Sync flag when temporal layers are used. |
+ bool in_initial_state_; |
// Used to check references in flexible mode. |
bool frame_decoded_[kFrameDecodedLength]; |