aboutsummaryrefslogtreecommitdiff
path: root/cast/streaming/rtp_defines.h
diff options
context:
space:
mode:
Diffstat (limited to 'cast/streaming/rtp_defines.h')
-rw-r--r--cast/streaming/rtp_defines.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cast/streaming/rtp_defines.h b/cast/streaming/rtp_defines.h
index 82e60eee..aeb34f8f 100644
--- a/cast/streaming/rtp_defines.h
+++ b/cast/streaming/rtp_defines.h
@@ -7,8 +7,8 @@
#include <stdint.h>
+namespace openscreen {
namespace cast {
-namespace streaming {
// Note: Cast Streaming uses a subset of the messages in the RTP/RTCP
// specification, but also adds some of its own extensions. See:
@@ -339,7 +339,7 @@ constexpr int kRtcpReceiverReferenceTimeReportBlockSize = 8;
// +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
constexpr int kRtcpPictureLossIndicatorHeaderSize = 8;
-} // namespace streaming
} // namespace cast
+} // namespace openscreen
#endif // CAST_STREAMING_RTP_DEFINES_H_