Index: webrtc/common_video/h264/sps_parser.h |
diff --git a/webrtc/common_video/h264/sps_parser.h b/webrtc/common_video/h264/sps_parser.h |
index d04d9a0f1c8dc83cea98d926baa0c882a3f39a82..8b0fff53ce349a5d9aec98e04206cc32c66b3de1 100644 |
--- a/webrtc/common_video/h264/sps_parser.h |
+++ b/webrtc/common_video/h264/sps_parser.h |
@@ -38,6 +38,7 @@ |
uint32_t pic_order_cnt_type = 0; |
uint32_t max_num_ref_frames = 0; |
uint32_t vui_params_present = 0; |
+ uint32_t id = 0; |
}; |
// Unpack RBSP and parse SPS state from the supplied buffer. |