Commit a1c82872 authored by philipel's avatar philipel Committed by Chromium LUCI CQ

Remove deprecated webrtc::VideoDecoder::PrefersLateDecoding.

Bug: webrtc:12271
Change-Id: I343ab2a1a6ff4d7740e0074d008382b4d45b9580
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2631266Reviewed-by: default avatarDale Curtis <dalecurtis@chromium.org>
Commit-Queue: Philip Eliasson <philipel@chromium.org>
Cr-Commit-Position: refs/heads/master@{#844159}
parent 496df48c
...@@ -156,9 +156,7 @@ class ScopedVideoDecoder : public webrtc::VideoDecoder { ...@@ -156,9 +156,7 @@ class ScopedVideoDecoder : public webrtc::VideoDecoder {
int64_t render_time_ms) override { int64_t render_time_ms) override {
return decoder_->Decode(input_image, missing_frames, render_time_ms); return decoder_->Decode(input_image, missing_frames, render_time_ms);
} }
bool PrefersLateDecoding() const override {
return decoder_->PrefersLateDecoding();
}
const char* ImplementationName() const override { const char* ImplementationName() const override {
return decoder_->ImplementationName(); return decoder_->ImplementationName();
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment