WebRtcVideoEncoderFactory cleanup
Remove some deprecated functions. BUG=webrtc:6402 Review-Url: https://codereview.webrtc.org/2859223003 Cr-Commit-Position: refs/heads/master@{#18116}
This commit is contained in:
@ -34,10 +34,6 @@ class MediaCodecVideoEncoderFactory
|
||||
void DestroyVideoEncoder(webrtc::VideoEncoder* encoder) override;
|
||||
|
||||
private:
|
||||
// Disable overloaded virtual function warning. TODO(magjed): Remove once
|
||||
// http://crbug/webrtc/6402 is fixed.
|
||||
using cricket::WebRtcVideoEncoderFactory::CreateVideoEncoder;
|
||||
|
||||
jobject egl_context_;
|
||||
|
||||
// Empty if platform support is lacking, const after ctor returns.
|
||||
|
||||
Reference in New Issue
Block a user