| Index: media/cast/net/rtp/framer.cc
|
| diff --git a/media/cast/framer/framer.cc b/media/cast/net/rtp/framer.cc
|
| similarity index 97%
|
| rename from media/cast/framer/framer.cc
|
| rename to media/cast/net/rtp/framer.cc
|
| index de4451a3b4ab702ff1a639e099c46ea722539663..00570ab3728e4d0d26fc6c682d5f24eed0442592 100644
|
| --- a/media/cast/framer/framer.cc
|
| +++ b/media/cast/net/rtp/framer.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "media/cast/framer/framer.h"
|
| +#include "media/cast/net/rtp/framer.h"
|
|
|
| #include "base/logging.h"
|
|
|
| @@ -62,7 +62,7 @@ bool Framer::InsertPacket(const uint8* payload_data,
|
| }
|
|
|
| // This does not release the frame.
|
| -bool Framer::GetEncodedFrame(transport::EncodedFrame* frame,
|
| +bool Framer::GetEncodedFrame(EncodedFrame* frame,
|
| bool* next_frame,
|
| bool* have_multiple_decodable_frames) {
|
| *have_multiple_decodable_frames = frame_id_map_.HaveMultipleDecodableFrames();
|
|
|