Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(781)

Unified Diff: webrtc/modules/rtp_rtcp/source/rtcp_packet/rtpfb.cc

Issue 2010723002: [rtcp] Tmmbn/Tmmbr Parse updated not to use RTCPUtility (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/modules/rtp_rtcp/source/rtcp_packet/rtpfb.cc
diff --git a/webrtc/modules/rtp_rtcp/source/rtcp_packet/rtpfb.cc b/webrtc/modules/rtp_rtcp/source/rtcp_packet/rtpfb.cc
index b5571d45a36d83636d748276b92fc963f5ff7707..1286229c021a93a8d80373f961e4dccb771091cd 100644
--- a/webrtc/modules/rtp_rtcp/source/rtcp_packet/rtpfb.cc
+++ b/webrtc/modules/rtp_rtcp/source/rtcp_packet/rtpfb.cc
@@ -14,7 +14,7 @@
namespace webrtc {
namespace rtcp {
-
+constexpr uint8_t Rtpfb::kPacketType;
// RFC 4585, Section 6.1: Feedback format.
//
// Common packet format:
« no previous file with comments | « webrtc/modules/rtp_rtcp/source/rtcp_packet/rtpfb.h ('k') | webrtc/modules/rtp_rtcp/source/rtcp_packet/tmmbn.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698