Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / media / cast / framer / framer.h
index 095fb84..eb67064 100644 (file)
@@ -45,11 +45,9 @@ class Framer {
   // 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,
-                            uint32* rtp_timestamp,
                             bool* next_frame);
 
   bool GetEncodedAudioFrame(transport::EncodedAudioFrame* audio_frame,
-                            uint32* rtp_timestamp,
                             bool* next_frame);
 
   void ReleaseFrame(uint32 frame_id);