Chromium Code Reviews

Unified Diff: webrtc/modules/video_coding/video_coding.gypi

Issue 1715673002: Implement the NackModule as part of the new jitter buffer. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Implemented reordering statistics in separate class. Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: webrtc/modules/video_coding/video_coding.gypi
diff --git a/webrtc/modules/video_coding/video_coding.gypi b/webrtc/modules/video_coding/video_coding.gypi
index 438d8f1c1fc0620ba2909d0b9e431ebc65c0cf40..4df3620ad8650b16cc8e0136e65f059f8eb64553 100644
--- a/webrtc/modules/video_coding/video_coding.gypi
+++ b/webrtc/modules/video_coding/video_coding.gypi
@@ -30,6 +30,7 @@
'codec_timer.h',
'content_metrics_processing.h',
'decoding_state.h',
+ 'distribution.h',
'encoded_frame.h',
'fec_tables_xor.h',
'frame_buffer.h',
@@ -43,6 +44,7 @@
'media_opt_util.h',
'media_optimization.h',
'nack_fec_tables.h',
+ 'nack_module.h',
'packet.h',
'qm_select_data.h',
'qm_select.h',
@@ -58,6 +60,7 @@
'codec_timer.cc',
'content_metrics_processing.cc',
'decoding_state.cc',
+ 'distribution.cc',
'encoded_frame.cc',
'frame_buffer.cc',
'generic_decoder.cc',
@@ -67,6 +70,7 @@
'jitter_estimator.cc',
'media_opt_util.cc',
'media_optimization.cc',
+ 'nack_module.cc',
'packet.cc',
'qm_select.cc',
'receiver.cc',

Powered by Google App Engine