Add support for SW fallback decoder in VideoProcessor.

BUG=none

Change-Id: Ib144b377115a48d26ff053e3b4b43f5260aa9f84
Reviewed-on: https://webrtc-review.googlesource.com/3760
Reviewed-by: Åsa Persson <asapersson@webrtc.org>
Commit-Queue: Rasmus Brandt <brandtr@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#19999}
This commit is contained in:
Rasmus Brandt
2017-09-27 13:14:14 +02:00
committed by Commit Bot
parent c9d5b05ef4
commit 638200e1eb
3 changed files with 19 additions and 19 deletions

View File

@ -194,8 +194,7 @@ class VideoProcessorIntegrationTest : public testing::Test {
// Codecs.
std::unique_ptr<VideoEncoder> encoder_;
std::unique_ptr<cricket::WebRtcVideoDecoderFactory> decoder_factory_;
VideoDecoder* decoder_;
std::unique_ptr<VideoDecoder> decoder_;
// Helper objects.
std::unique_ptr<FrameReader> analysis_frame_reader_;