Index: media/cast/framer/framer.h |
diff --git a/media/cast/framer/framer.h b/media/cast/framer/framer.h |
index eb67064a40ab594dd25b6064d6e1bb0691e4d3f8..b21e46cb220f5d4fa64e1dcce02b58d64a2e0614 100644 |
--- a/media/cast/framer/framer.h |
+++ b/media/cast/framer/framer.h |
@@ -45,7 +45,8 @@ 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, |
- bool* next_frame); |
+ bool* next_frame, |
imcheng
2014/05/14 20:11:24
What does |next_frame| mean?
hubbe
2014/05/14 21:46:16
Done.
|
+ bool* have_multiple_complete_frames); |
bool GetEncodedAudioFrame(transport::EncodedAudioFrame* audio_frame, |
bool* next_frame); |