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

@ -99,8 +99,7 @@ struct TestConfig {
// Should the hardware codecs be wrapped in software fallbacks?
bool sw_fallback_encoder = false;
// TODO(brandtr): Add support for SW decoder fallbacks, when
// webrtc::VideoDecoder's can be wrapped in std::unique_ptr's.
bool sw_fallback_decoder = false;
};
// Handles encoding/decoding of video using the VideoEncoder/VideoDecoder