diff options
Diffstat (limited to 'media/cast/framer/frame_buffer.h')
-rw-r--r-- | media/cast/framer/frame_buffer.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/media/cast/framer/frame_buffer.h b/media/cast/framer/frame_buffer.h index 04ea943..65df021d 100644 --- a/media/cast/framer/frame_buffer.h +++ b/media/cast/framer/frame_buffer.h @@ -27,8 +27,7 @@ class FrameBuffer { bool GetEncodedAudioFrame(transport::EncodedAudioFrame* audio_frame) const; - bool GetEncodedVideoFrame(transport::EncodedVideoFrame* video_frame, - uint32* rtp_timestamp) const; + bool GetEncodedVideoFrame(transport::EncodedVideoFrame* video_frame) const; bool is_key_frame() const { return is_key_frame_; } |