Delete deprecated VP8Encoder::Create function
Bug: None Change-Id: I42e5d846d3d012f8b85eede743202b84239ceef1 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/262764 Commit-Queue: Philip Eliasson <philipel@webrtc.org> Auto-Submit: Danil Chapovalov <danilchap@webrtc.org> Reviewed-by: Philip Eliasson <philipel@webrtc.org> Commit-Queue: Danil Chapovalov <danilchap@webrtc.org> Cr-Commit-Position: refs/heads/main@{#36914}
This commit is contained in:
committed by
WebRTC LUCI CQ
parent
a9f10c8189
commit
c5aa5bea49
@ -222,16 +222,6 @@ std::unique_ptr<VideoEncoder> VP8Encoder::Create(
|
||||
std::move(settings));
|
||||
}
|
||||
|
||||
std::unique_ptr<VideoEncoder> VP8Encoder::Create(
|
||||
std::unique_ptr<Vp8FrameBufferControllerFactory>
|
||||
frame_buffer_controller_factory) {
|
||||
VP8Encoder::Settings settings;
|
||||
settings.frame_buffer_controller_factory =
|
||||
std::move(frame_buffer_controller_factory);
|
||||
return std::make_unique<LibvpxVp8Encoder>(LibvpxInterface::Create(),
|
||||
std::move(settings));
|
||||
}
|
||||
|
||||
vpx_enc_frame_flags_t LibvpxVp8Encoder::EncodeFlags(
|
||||
const Vp8FrameConfig& references) {
|
||||
RTC_DCHECK(!references.drop_frame);
|
||||
|
||||
Reference in New Issue
Block a user