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

Unified Diff: webrtc/modules/video_coding/utility/video_coding_utility.gyp

Issue 2288223002: Extract simulcast rate allocation outside of video encoder. (Closed)
Patch Set: Rebase, handle pause case in simulcast wrapper 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
« no previous file with comments | « webrtc/modules/video_coding/utility/simulcast_rate_allocator_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/video_coding/utility/video_coding_utility.gyp
diff --git a/webrtc/modules/video_coding/utility/video_coding_utility.gyp b/webrtc/modules/video_coding/utility/video_coding_utility.gyp
index eed3486f4a805d17cc3ad69cf9462a7422571da3..c189abcfda9df211d6c6211bb559f3e5f4341d3a 100644
--- a/webrtc/modules/video_coding/utility/video_coding_utility.gyp
+++ b/webrtc/modules/video_coding/utility/video_coding_utility.gyp
@@ -30,6 +30,8 @@
'qp_parser.h',
'quality_scaler.cc',
'quality_scaler.h',
+ 'simulcast_rate_allocator.cc',
+ 'simulcast_rate_allocator.h',
'vp8_header_parser.cc',
'vp8_header_parser.h',
],
« no previous file with comments | « webrtc/modules/video_coding/utility/simulcast_rate_allocator_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698