chromium/third_party/openscreen/src/cast/streaming/impl/packet_util.cc

// Copyright 2019 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "cast/streaming/impl/packet_util.h"

#include "cast/streaming/impl/rtcp_common.h"
#include "cast/streaming/impl/rtp_defines.h"

namespace openscreen::cast {

std::pair<ApparentPacketType, Ssrc> InspectPacketForRouting(ByteView packet) {}

}  // namespace openscreen::cast