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

Unified Diff: webrtc/common_video/BUILD.gn

Issue 2434073003: Extract bitrate allocation of spatial/temporal layers out of codec impl. (Closed)
Patch Set: Addressed comments. Moved VideoCodec creation to factory class. Created 4 years, 1 month 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/common_video/BUILD.gn
diff --git a/webrtc/common_video/BUILD.gn b/webrtc/common_video/BUILD.gn
index ed98e026110c5b1bc97da12011fdc7c14c3ccc91..34cb6d6a3d0b937a789454b0d2cdf09b9182f1e7 100644
--- a/webrtc/common_video/BUILD.gn
+++ b/webrtc/common_video/BUILD.gn
@@ -35,6 +35,7 @@ rtc_static_library("common_video") {
"include/frame_callback.h",
"include/i420_buffer_pool.h",
"include/incoming_video_stream.h",
+ "include/video_bitrate_allocator.h",
"include/video_frame_buffer.h",
"incoming_video_stream.cc",
"libyuv/include/webrtc_libyuv.h",

Powered by Google App Engine
This is Rietveld 408576698