The class VideoDecoderSoftwareFallbackWrapper is an implementation detail of webrtc/media/engine/webrtcvideoengine2.cc and should not be directly under webrtc/video_decoder.h. The main purpose is to improve the dependency graph in WebRTC so that VideoDecoderSoftwareFallbackWrapper can depend on cricket::VideoCodec. The test for VideoDecoderSoftwareFallbackWrapper is also moved from webrtc/video/video_decoder_unittest.cc to webrtc/media/engine/videodecodersoftwarefallbackwrapper_unittest.cc. BUG=webrtc:6743 TBR=stefan@webrtc.org Review-Url: https://codereview.webrtc.org/2518263003 Cr-Commit-Position: refs/heads/master@{#15180}
Name: WebRTC URL: http://www.webrtc.org Version: 90 License: BSD License File: LICENSE Description: WebRTC provides real time voice and video processing functionality to enable the implementation of PeerConnection/MediaStream. Third party code used in this project is described in the file LICENSE_THIRD_PARTY.