mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-17 15:47:53 +01:00

TBR=aleloi@webrtc.org Bug: webrtc:10342 Change-Id: I9d321ec47ed748ccfac2be6793923c46d0a88d16 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/144032 Commit-Queue: Danil Chapovalov <danilchap@webrtc.org> Reviewed-by: Philip Eliasson <philipel@webrtc.org> Cr-Commit-Position: refs/heads/master@{#28415}
18 lines
655 B
C++
18 lines
655 B
C++
/*
|
|
* Copyright (c) 2019 The WebRTC project authors. All Rights Reserved.
|
|
*
|
|
* Use of this source code is governed by a BSD-style license
|
|
* that can be found in the LICENSE file in the root of the source
|
|
* tree. An additional intellectual property rights grant can be found
|
|
* in the file PATENTS. All contributing project authors may
|
|
* be found in the AUTHORS file in the root of the source tree.
|
|
*/
|
|
|
|
#include "modules/rtp_rtcp/source/rtp_dependency_descriptor_extension.h"
|
|
|
|
namespace webrtc {
|
|
|
|
constexpr RTPExtensionType RtpDependencyDescriptorExtension::kId;
|
|
constexpr char RtpDependencyDescriptorExtension::kUri[];
|
|
|
|
} // namespace webrtc
|