summaryrefslogtreecommitdiff
path: root/media/cast/framer/framer.h
diff options
context:
space:
mode:
Diffstat (limited to 'media/cast/framer/framer.h')
-rw-r--r--media/cast/framer/framer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/media/cast/framer/framer.h b/media/cast/framer/framer.h
index e208ab117f..0b2e004025 100644
--- a/media/cast/framer/framer.h
+++ b/media/cast/framer/framer.h
@@ -21,7 +21,7 @@
namespace media {
namespace cast {
-typedef std::map<uint8, linked_ptr<FrameBuffer> > FrameList;
+typedef std::map<uint32, linked_ptr<FrameBuffer> > FrameList;
class Framer {
public:
@@ -50,7 +50,7 @@ class Framer {
uint32* rtp_timestamp,
bool* next_frame);
- void ReleaseFrame(uint8 frame_id);
+ void ReleaseFrame(uint32 frame_id);
// Reset framer state to original state and flush all pending buffers.
void Reset();