| Index: trunk/src/media/cast/framer/frame_buffer.h
|
| ===================================================================
|
| --- trunk/src/media/cast/framer/frame_buffer.h (revision 243647)
|
| +++ trunk/src/media/cast/framer/frame_buffer.h (working copy)
|
| @@ -25,10 +25,10 @@
|
| const RtpCastHeader& rtp_header);
|
| bool Complete() const;
|
|
|
| - bool GetEncodedAudioFrame(transport::EncodedAudioFrame* audio_frame,
|
| + bool GetEncodedAudioFrame(EncodedAudioFrame* audio_frame,
|
| uint32* rtp_timestamp) const;
|
|
|
| - bool GetEncodedVideoFrame(transport::EncodedVideoFrame* video_frame,
|
| + bool GetEncodedVideoFrame(EncodedVideoFrame* video_frame,
|
| uint32* rtp_timestamp) const;
|
|
|
| bool is_key_frame() const { return is_key_frame_; }
|
|
|