Index: webrtc/modules/video_coding/media_opt_util.h |
diff --git a/webrtc/modules/video_coding/media_opt_util.h b/webrtc/modules/video_coding/media_opt_util.h |
index 6b47e3b2d99e02e73965f56cf1bdcca9af7268a1..1501f72ef680d0bdf0ae8f17607ba6f58a8fdf64 100644 |
--- a/webrtc/modules/video_coding/media_opt_util.h |
+++ b/webrtc/modules/video_coding/media_opt_util.h |
@@ -138,9 +138,6 @@ class VCMProtectionMethod { |
virtual int MaxFramesFec() const { return 1; } |
- // Updates content metrics |
- void UpdateContentMetrics(const VideoContentMetrics* contentMetrics); |
- |
protected: |
uint8_t _effectivePacketLoss; |
uint8_t _protectionFactorK; |
@@ -149,7 +146,6 @@ class VCMProtectionMethod { |
float _scaleProtKey; |
int32_t _maxPayloadSize; |
- VCMQmRobustness* _qmRobustness; |
bool _useUepProtectionK; |
bool _useUepProtectionD; |
float _corrFecCost; |