Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(10)

Unified Diff: media/cast/net/rtp/framer.h

Issue 388663003: Cast: Reshuffle files under media/cast (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: missing includes Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « media/cast/net/rtp/frame_id_map.cc ('k') | media/cast/net/rtp/framer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/net/rtp/framer.h
diff --git a/media/cast/framer/framer.h b/media/cast/net/rtp/framer.h
similarity index 87%
rename from media/cast/framer/framer.h
rename to media/cast/net/rtp/framer.h
index 0b7249eff34ff857c79ae2a1f1ee77806e73f9f2..514ca2f4e4cb1848e89868519044b1c407a036ad 100644
--- a/media/cast/framer/framer.h
+++ b/media/cast/net/rtp/framer.h
@@ -12,11 +12,11 @@
#include "base/memory/scoped_ptr.h"
#include "base/time/tick_clock.h"
#include "base/time/time.h"
-#include "media/cast/framer/cast_message_builder.h"
-#include "media/cast/framer/frame_buffer.h"
-#include "media/cast/framer/frame_id_map.h"
-#include "media/cast/rtcp/rtcp.h"
-#include "media/cast/rtp_receiver/rtp_receiver_defines.h"
+#include "media/cast/net/rtcp/rtcp.h"
+#include "media/cast/net/rtp/cast_message_builder.h"
+#include "media/cast/net/rtp/frame_buffer.h"
+#include "media/cast/net/rtp/frame_id_map.h"
+#include "media/cast/net/rtp/rtp_receiver_defines.h"
namespace media {
namespace cast {
@@ -45,7 +45,7 @@ class Framer {
// |next_frame| will be set to true if the returned frame is the very
// next frame. |have_multiple_complete_frames| will be set to true
// if there are more decodadble frames available.
- bool GetEncodedFrame(transport::EncodedFrame* video_frame,
+ bool GetEncodedFrame(EncodedFrame* video_frame,
bool* next_frame,
bool* have_multiple_complete_frames);
« no previous file with comments | « media/cast/net/rtp/frame_id_map.cc ('k') | media/cast/net/rtp/framer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698