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

Unified Diff: media/cast/transport/cast_transport_defines.h

Issue 250363002: [Cast] Clean-up RtpCastHeader and RtpParser, removing the last WebRTC dependency. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed hubbe's comment. Created 6 years, 8 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
Index: media/cast/transport/cast_transport_defines.h
diff --git a/media/cast/transport/cast_transport_defines.h b/media/cast/transport/cast_transport_defines.h
index 328b4bd543be1199d38adaa947ef07cad8d1194f..a34f7c539ab8fda9a3f306f8e97d26e9b7a920a2 100644
--- a/media/cast/transport/cast_transport_defines.h
+++ b/media/cast/transport/cast_transport_defines.h
@@ -93,6 +93,8 @@ typedef std::set<uint16> PacketIdSet;
// Each uint8 represents one cast frame.
typedef std::map<uint8, PacketIdSet> MissingFramesAndPacketsMap;
+// TODO(miu): UGLY IN-LINE DEFINITION IN HEADER FILE! Move to appropriate
+// location, separated into .h and .cc files.
class FrameIdWrapHelper {
public:
FrameIdWrapHelper()
« no previous file with comments | « media/cast/test/end2end_unittest.cc ('k') | media/cast/transport/rtp_sender/rtp_packetizer/test/rtp_header_parser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698