if not on Android/iOS. This means proprietary_codecs=1 && ffmpeg_branding=Chrome can be used to enable this H.264 enc/dec implementation instead of rtc_use_h264=1 && ffmpeg_branding=Chrome. This is used by both Chromium trybots (but not default Chromium build) and offical Chrome build, meaning we will be able to test and enable H.264 in chromium. This change would otherwise be enough to launch this feature in Chrome, but because we do not want to do that before we have chromium browser tests and are ready to flip the switch, this CL prevents chromium from using H.264 just yet: https://codereview.chromium.org/1641163002/ (landing this after that CL). BUG=chromium:500605, chromium:468365 Review URL: https://codereview.webrtc.org/1660403004 Cr-Commit-Position: refs/heads/master@{#11506}
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.