Chromium Code Reviews| Index: webrtc/config.h |
| diff --git a/webrtc/config.h b/webrtc/config.h |
| index 083e778a4153b38371edc5f02c778bc16a6c158c..adc9e6ce60360aa0e8b0ed15d8d601b7e2883011 100644 |
| --- a/webrtc/config.h |
| +++ b/webrtc/config.h |
| @@ -108,6 +108,7 @@ struct VideoStream { |
| int max_bitrate_bps; |
| int max_qp; |
| + bool encode_from_texture; |
|
perkj_webrtc
2016/06/15 11:31:29
remove this and move it to VideoEncoderConfig inst
skvlad
2016/06/15 19:44:34
Moving it to VideoEncoderConfig makes a lot of sen
|
| // Bitrate thresholds for enabling additional temporal layers. Since these are |
| // thresholds in between layers, we have one additional layer. One threshold |