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

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

Issue 1660963002: Bitrate controller for VideoToolbox encoder. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Fix win compile errors Created 4 years, 10 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/include/bitrate_adjuster.h ('k') | webrtc/video/receive_statistics_proxy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..94028a9a8bfc5ac54fd0afe9f82e2f06c99c9eac 100644
--- a/webrtc/modules/video_coding/video_coding.gypi
+++ b/webrtc/modules/video_coding/video_coding.gypi
@@ -22,6 +22,7 @@
],
'sources': [
# interfaces
+ 'include/bitrate_adjuster.h',
'include/video_coding.h',
'include/video_coding_defines.h',
@@ -54,6 +55,7 @@
'video_coding_impl.h',
# sources
+ 'bitrate_adjuster.cc',
'codec_database.cc',
'codec_timer.cc',
'content_metrics_processing.cc',
« no previous file with comments | « webrtc/modules/video_coding/include/bitrate_adjuster.h ('k') | webrtc/video/receive_statistics_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698