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

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

Issue 1972083002: Move logic for calculating needed bitrate overhead used by NACK and FEC to VideoSender. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Removed video_sender_unittest for now. 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/video_coding/video_coding.gypi
diff --git a/webrtc/modules/video_coding/video_coding.gypi b/webrtc/modules/video_coding/video_coding.gypi
index 8d31a6a8ec31200f011015793405761483af13ab..e0e0b016788a07be13f06ff7102030a290f3b9ec 100644
--- a/webrtc/modules/video_coding/video_coding.gypi
+++ b/webrtc/modules/video_coding/video_coding.gypi
@@ -49,6 +49,7 @@
'packet.h',
'packet_buffer.h',
'percentile_filter.h',
+ 'protection_bitrate_calculator.h',
'receiver.h',
'rtt_filter.h',
'session_info.h',
@@ -72,6 +73,7 @@
'jitter_estimator.cc',
'media_opt_util.cc',
'media_optimization.cc',
+ 'protection_bitrate_calculator.cc',
'nack_module.cc',
'packet.cc',
'packet_buffer.cc',

Powered by Google App Engine
This is Rietveld 408576698