open-webrtc-toolkit / owt-deps-webrtc

This repo contains the upstream webrtc stack code, with updates for Open WebRTC Toolkit.
https://01.org/open-webrtc-toolkit
BSD 3-Clause "New" or "Revised" License
249 stars 149 forks source link

Enable HEVC support. #165

Closed jianjunz closed 1 year ago

jianjunz commented 1 year ago

This change enables HEVC support after rebasing to M108. HEVC related structures are always declared, but the codec is only implemented when GN arg rtc_use_h265 is enabled (macro WEBRTC_USE_H265 is defined).