summaryrefslogtreecommitdiffstats
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 eb67064..0c7397b 100644
--- a/media/cast/framer/framer.h
+++ b/media/cast/framer/framer.h
@@ -44,10 +44,10 @@ class Framer {
// frame.
// Returns false if the frame does not exist or if the frame is not complete
// within the given time frame.
- bool GetEncodedVideoFrame(transport::EncodedVideoFrame* video_frame,
+ bool GetEncodedVideoFrame(transport::EncodedFrame* video_frame,
bool* next_frame);
- bool GetEncodedAudioFrame(transport::EncodedAudioFrame* audio_frame,
+ bool GetEncodedAudioFrame(transport::EncodedFrame* audio_frame,
bool* next_frame);
void ReleaseFrame(uint32 frame_id);