| Index: media/cast/framer/frame_id_map.h
|
| diff --git a/media/cast/framer/frame_id_map.h b/media/cast/framer/frame_id_map.h
|
| index f61e251484bb41a1de1bf6af0162425dbca0713d..3b5a0189e3f2d550bd1eaf228615264382f9c1ce 100644
|
| --- a/media/cast/framer/frame_id_map.h
|
| +++ b/media/cast/framer/frame_id_map.h
|
| @@ -66,6 +66,7 @@ class FrameIdMap {
|
|
|
| bool NextAudioFrameAllowingMissingFrames(uint32* frame_id) const;
|
| bool NextVideoFrameAllowingSkippingFrames(uint32* frame_id) const;
|
| + bool HaveMultipleDecodableFrames() const;
|
|
|
| int NumberOfCompleteFrames() const;
|
| void GetMissingPackets(uint32 frame_id,
|
|
|