Remove VCMQmRobustness.
Class contained a lot of not-really-wired-up functionality that ended up being complicated ways of saying return 1; or return false;. This removes this dependency that complicates code readability significantly. BUG=webrtc:5066 R=marpan@google.com, marpan@webrtc.org TBR=stefan@webrtc.org Review URL: https://codereview.webrtc.org/1917083003 . Cr-Commit-Position: refs/heads/master@{#12516}
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user