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

Unified Diff: webrtc/modules/video_coding/BUILD.gn

Issue 1772383002: Packet buffer for the new jitter buffer. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Generalized the FrameObject class. Created 4 years, 9 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/video_coding/BUILD.gn
diff --git a/webrtc/modules/video_coding/BUILD.gn b/webrtc/modules/video_coding/BUILD.gn
index 5da257e2f309cf77dce5d1b32833853d3f729947..7c4603aaca44c974468b7d86c3c0f9bcbb7d0ad9 100644
--- a/webrtc/modules/video_coding/BUILD.gn
+++ b/webrtc/modules/video_coding/BUILD.gn
@@ -46,6 +46,8 @@ source_set("video_coding") {
"nack_fec_tables.h",
"packet.cc",
"packet.h",
+ "packet_buffer.cc",
+ "packet_buffer.h",
"qm_select.cc",
"qm_select.h",
"qm_select_data.h",

Powered by Google App Engine
This is Rietveld 408576698