aboutsummaryrefslogtreecommitdiff
path: root/cast/streaming/rtp_packetizer.h
diff options
context:
space:
mode:
Diffstat (limited to 'cast/streaming/rtp_packetizer.h')
-rw-r--r--cast/streaming/rtp_packetizer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cast/streaming/rtp_packetizer.h b/cast/streaming/rtp_packetizer.h
index a3811948..c9b64ac8 100644
--- a/cast/streaming/rtp_packetizer.h
+++ b/cast/streaming/rtp_packetizer.h
@@ -12,8 +12,8 @@
#include "cast/streaming/rtp_defines.h"
#include "cast/streaming/ssrc.h"
+namespace openscreen {
namespace cast {
-namespace streaming {
// Transforms a logical sequence of EncryptedFrames into RTP packets for
// transmission. A single instance of RtpPacketizer should be used for all the
@@ -75,7 +75,7 @@ class RtpPacketizer {
kBaseRtpHeaderSize + kAdaptiveLatencyHeaderSize;
};
-} // namespace streaming
} // namespace cast
+} // namespace openscreen
#endif // CAST_STREAMING_RTP_PACKETIZER_H_