Remove wire-up for cancelled experement on VAAPI VP8 encoding
This experiment is now wired up inside of chrome using field trial and this passthrough is now obsolete. Bug: chromium:794608 Change-Id: I1407e391d39c7e8696add9f656f059e7d8a27a08 Reviewed-on: https://webrtc-review.googlesource.com/82780 Reviewed-by: Per Kjellander <perkj@webrtc.org> Reviewed-by: Erik Språng <sprang@webrtc.org> Reviewed-by: Niels Moller <nisse@webrtc.org> Commit-Queue: Ilya Nikolaevskiy <ilnik@webrtc.org> Cr-Commit-Position: refs/heads/master@{#23625}
This commit is contained in:
committed by
Commit Bot
parent
d264df587f
commit
fc9dcb6a00
@ -114,11 +114,6 @@ class VideoSendStream {
|
||||
// cpu adaptation.
|
||||
bool experiment_cpu_load_estimator = false;
|
||||
|
||||
// Enables hardware VAAPI VP8 encoding if supported by the provided
|
||||
// VideoEncoderFactory.
|
||||
// TODO(ilnik): remove this when VAAPI VP8 experiment is over.
|
||||
bool experiment_vaapi_vp8_hw_encoding = false;
|
||||
|
||||
// Ownership stays with WebrtcVideoEngine (delegated from PeerConnection).
|
||||
VideoEncoderFactory* encoder_factory = nullptr;
|
||||
} encoder_settings;
|
||||
|
||||
Reference in New Issue
Block a user