Index: webrtc/video/loopback.h |
diff --git a/webrtc/video/loopback.h b/webrtc/video/loopback.h |
index 0a8bb9793bbf66599857b24db92f1b5572ef378a..16f87c390c176a622df446f20bd9e41ecf3d1b90 100644 |
--- a/webrtc/video/loopback.h |
+++ b/webrtc/video/loopback.h |
@@ -33,6 +33,9 @@ class Loopback { |
int32_t min_transmit_bitrate_kbps; |
std::string codec; |
size_t num_temporal_layers; |
+ size_t num_spatial_layers; |
+ size_t tl_discard_threshold; |
mflodman
2015/08/27 07:27:48
Can you add a comment for this or maybe rename to
ivica
2015/08/27 08:49:23
Added a comment. If we think of any better name, I
|
+ size_t sl_discard_threshold; |
int32_t loss_percent; |
int32_t link_capacity_kbps; |
int32_t queue_size; |