Update QualityTestVideoEncoder to use GetEncoderInfo()
Bug: webrtc:9890 Change-Id: I1483df7c505c08de7c8a8b254dd1a0c5c03775e4 Reviewed-on: https://webrtc-review.googlesource.com/c/109008 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Commit-Queue: Erik Språng <sprang@webrtc.org> Cr-Commit-Position: refs/heads/master@{#25472}
This commit is contained in:
parent
449afd9374
commit
189013bef9
@ -121,14 +121,8 @@ class QualityTestVideoEncoder : public VideoEncoder,
|
||||
uint32_t framerate) override {
|
||||
return encoder_->SetRateAllocation(allocation, framerate);
|
||||
}
|
||||
ScalingSettings GetScalingSettings() const override {
|
||||
return encoder_->GetScalingSettings();
|
||||
}
|
||||
bool SupportsNativeHandle() const override {
|
||||
return encoder_->SupportsNativeHandle();
|
||||
}
|
||||
const char* ImplementationName() const override {
|
||||
return encoder_->ImplementationName();
|
||||
EncoderInfo GetEncoderInfo() const override {
|
||||
return encoder_->GetEncoderInfo();
|
||||
}
|
||||
|
||||
private:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user