Index: trunk/src/media/cast/framer/framer.h |
=================================================================== |
--- trunk/src/media/cast/framer/framer.h (revision 243647) |
+++ trunk/src/media/cast/framer/framer.h (working copy) |
@@ -44,11 +44,11 @@ |
// 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(EncodedVideoFrame* video_frame, |
uint32* rtp_timestamp, |
bool* next_frame); |
- bool GetEncodedAudioFrame(transport::EncodedAudioFrame* audio_frame, |
+ bool GetEncodedAudioFrame(EncodedAudioFrame* audio_frame, |
uint32* rtp_timestamp, |
bool* next_frame); |