summaryrefslogtreecommitdiff
path: root/media/cast/rtp_common/rtp_defines.h
diff options
context:
space:
mode:
Diffstat (limited to 'media/cast/rtp_common/rtp_defines.h')
-rw-r--r--media/cast/rtp_common/rtp_defines.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/media/cast/rtp_common/rtp_defines.h b/media/cast/rtp_common/rtp_defines.h
index ca5ca94677..b4bc1a204e 100644
--- a/media/cast/rtp_common/rtp_defines.h
+++ b/media/cast/rtp_common/rtp_defines.h
@@ -26,12 +26,12 @@ struct RtpCastHeader {
}
webrtc::WebRtcRTPHeader webrtc;
bool is_key_frame;
- uint8 frame_id;
+ uint32 frame_id;
uint16 packet_id;
uint16 max_packet_id;
bool is_reference; // Set to true if the previous frame is not available,
// and the reference frame id is available.
- uint8 reference_frame_id;
+ uint32 reference_frame_id;
};
class RtpPayloadFeedback {