[webkit-reviews] review granted: [Bug 209857] Add HEVC support in GPU Process for WebRTC : [Attachment 395367] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 3 12:21:49 PDT 2020


Eric Carlson <eric.carlson at apple.com> has granted youenn fablet
<youennf at gmail.com>'s request for review:
Bug 209857: Add HEVC support in GPU Process for WebRTC
https://bugs.webkit.org/show_bug.cgi?id=209857

Attachment 395367: Patch

https://bugs.webkit.org/attachment.cgi?id=395367&action=review




--- Comment #5 from Eric Carlson <eric.carlson at apple.com> ---
Comment on attachment 395367
  --> https://bugs.webkit.org/attachment.cgi?id=395367
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=395367&action=review

> Source/ThirdParty/libwebrtc/Source/webrtc/sdk/WebKit/WebKitDecoder.mm:153
> +    supported_formats.push_back(SdpVideoFormat { "H264" });
> +    supported_formats.push_back(SdpVideoFormat { "VP8" });

Should this add "H265" as well?


More information about the webkit-reviews mailing list