summaryrefslogtreecommitdiffstats
path: root/media/cast/logging/logging_defines.h
diff options
context:
space:
mode:
Diffstat (limited to 'media/cast/logging/logging_defines.h')
-rw-r--r--media/cast/logging/logging_defines.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/media/cast/logging/logging_defines.h b/media/cast/logging/logging_defines.h
index 835c022..6388a12 100644
--- a/media/cast/logging/logging_defines.h
+++ b/media/cast/logging/logging_defines.h
@@ -50,7 +50,7 @@ struct FrameEvent {
FrameEvent();
~FrameEvent();
- uint8 frame_id;
+ uint32 frame_id;
int size; // Encoded size only.
std::vector<base::TimeTicks> timestamp;
std::vector<CastLoggingEvent> type;
@@ -72,7 +72,7 @@ typedef std::map<uint16, BasePacketInfo> BasePacketMap;
struct PacketEvent {
PacketEvent();
~PacketEvent();
- uint8 frame_id;
+ uint32 frame_id;
int max_packet_id;
BasePacketMap packet_map;
};