Index: webrtc/modules/video_coding/main/source/generic_encoder.h |
diff --git a/webrtc/modules/video_coding/main/source/generic_encoder.h b/webrtc/modules/video_coding/main/source/generic_encoder.h |
index a72277214e046bdf66cd65e0cc354ab08c06d12c..862c06ba206b8a27e75c401f1c8bca60af8f0bfb 100644 |
--- a/webrtc/modules/video_coding/main/source/generic_encoder.h |
+++ b/webrtc/modules/video_coding/main/source/generic_encoder.h |
@@ -149,6 +149,7 @@ private: |
const bool internal_source_; |
mutable rtc::CriticalSection rates_lock_; |
VideoRotation rotation_; |
+ bool is_screenshare_; |
}; // end of VCMGenericEncoder class |
} // namespace webrtc |