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:
committed by
Commit Bot
parent
c9d5b05ef4
commit
638200e1eb
@ -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
|
||||
|
||||
Reference in New Issue
Block a user