aboutsummaryrefslogtreecommitdiff
path: root/cast/streaming/packet_util.cc
diff options
context:
space:
mode:
Diffstat (limited to 'cast/streaming/packet_util.cc')
-rw-r--r--cast/streaming/packet_util.cc6
1 files changed, 2 insertions, 4 deletions
diff --git a/cast/streaming/packet_util.cc b/cast/streaming/packet_util.cc
index cf43ac14..7e789808 100644
--- a/cast/streaming/packet_util.cc
+++ b/cast/streaming/packet_util.cc
@@ -7,10 +7,8 @@
#include "cast/streaming/rtcp_common.h"
#include "cast/streaming/rtp_defines.h"
-using openscreen::ReadBigEndian;
-
+namespace openscreen {
namespace cast {
-namespace streaming {
std::pair<ApparentPacketType, Ssrc> InspectPacketForRouting(
absl::Span<const uint8_t> packet) {
@@ -40,5 +38,5 @@ std::pair<ApparentPacketType, Ssrc> InspectPacketForRouting(
return std::make_pair(ApparentPacketType::UNKNOWN, Ssrc{0});
}
-} // namespace streaming
} // namespace cast
+} // namespace openscreen