Index: webrtc/modules/include/module_common_types.h |
diff --git a/webrtc/modules/include/module_common_types.h b/webrtc/modules/include/module_common_types.h |
index b719226d24ac418300d0d61e6fdd1056bdbb7b82..abf8b94697e968018a285bbc42d5bdc61073558f 100644 |
--- a/webrtc/modules/include/module_common_types.h |
+++ b/webrtc/modules/include/module_common_types.h |
@@ -61,7 +61,7 @@ struct RTPVideoHeader { |
VideoContentType content_type; |
- VideoTiming video_timing; |
+ VideoSendTiming video_timing; |
bool is_first_packet_in_frame; |
uint8_t simulcastIdx; // Index if the simulcast encoder creating |