Delete support for has_internal_source
Bug: webrtc:12875 Change-Id: I9683e71e1fe5b24802033ffcb32a531ca685fc6f Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/179220 Commit-Queue: Niels Moller <nisse@webrtc.org> Reviewed-by: Tommi <tommi@webrtc.org> Reviewed-by: Harald Alvestrand <hta@webrtc.org> Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Cr-Commit-Position: refs/heads/main@{#35353}
This commit is contained in:
committed by
WebRTC LUCI CQ
parent
efe46b6bee
commit
13d163654a
@ -635,7 +635,6 @@ VideoEncoder::EncoderInfo H264EncoderImpl::GetEncoderInfo() const {
|
||||
info.scaling_settings =
|
||||
VideoEncoder::ScalingSettings(kLowH264QpThreshold, kHighH264QpThreshold);
|
||||
info.is_hardware_accelerated = false;
|
||||
info.has_internal_source = false;
|
||||
info.supports_simulcast = true;
|
||||
info.preferred_pixel_formats = {VideoFrameBuffer::Type::kI420};
|
||||
return info;
|
||||
|
||||
Reference in New Issue
Block a user