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

Unified Diff: webrtc/modules/audio_coding/neteq/packet.cc

Issue 2342443005: Moved Opus-specific payload splitting into AudioDecoderOpus. (Closed)
Patch Set: Created 4 years, 3 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/audio_coding/neteq/packet.cc
diff --git a/webrtc/modules/audio_coding/neteq/packet.cc b/webrtc/modules/audio_coding/neteq/packet.cc
index 8a19fe4d5923d5e22a5b485600c6da0c5f3856ba..fe451183af13c1dabc715da28f0a28cc4ce31620 100644
--- a/webrtc/modules/audio_coding/neteq/packet.cc
+++ b/webrtc/modules/audio_coding/neteq/packet.cc
@@ -16,4 +16,6 @@ Packet::Packet() = default;
Packet::~Packet() = default;
+constexpr Packet::Priority Packet::kHighestPriority;
+
} // namespace webrtc

Powered by Google App Engine
This is Rietveld 408576698