Delete deprecated version of EncodedImageCallback::OnEncodedImage
Bug: webrtc:6471 Change-Id: I173cd3b3b9f4badaf7c17574adf1d09a926a9b9b Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/182380 Reviewed-by: Niels Moller <nisse@webrtc.org> Reviewed-by: Kári Helgason <kthelgason@webrtc.org> Commit-Queue: Kári Helgason <kthelgason@webrtc.org> Cr-Commit-Position: refs/heads/master@{#31982}
This commit is contained in:
committed by
Commit Bot
parent
f7cf133ad5
commit
70b2cf8b36
@ -18,19 +18,6 @@
|
||||
|
||||
namespace webrtc {
|
||||
|
||||
EncodedImageCallback::Result EncodedImageCallback::OnEncodedImage(
|
||||
const EncodedImage& encoded_image,
|
||||
const CodecSpecificInfo* codec_specific_info,
|
||||
const RTPFragmentationHeader* /*fragmentation*/) {
|
||||
return OnEncodedImage(encoded_image, codec_specific_info);
|
||||
}
|
||||
|
||||
EncodedImageCallback::Result EncodedImageCallback::OnEncodedImage(
|
||||
const EncodedImage& encoded_image,
|
||||
const CodecSpecificInfo* codec_specific_info) {
|
||||
return OnEncodedImage(encoded_image, codec_specific_info, nullptr);
|
||||
}
|
||||
|
||||
// TODO(mflodman): Add default complexity for VP9 and VP9.
|
||||
VideoCodecVP8 VideoEncoder::GetDefaultVp8Settings() {
|
||||
VideoCodecVP8 vp8_settings;
|
||||
|
||||
Reference in New Issue
Block a user