[Webkit-unassigned] [Bug 180081] [EME] Add the CENC initData support in ClearKey CDM

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 8 09:44:58 PST 2018


https://bugs.webkit.org/show_bug.cgi?id=180081

Xabier Rodríguez Calvar <calvaris at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #330125|review?, commit-queue?      |review+, commit-queue-
              Flags|                            |

--- Comment #9 from Xabier Rodríguez Calvar <calvaris at igalia.com> ---
Comment on attachment 330125
  --> https://bugs.webkit.org/attachment.cgi?id=330125
Patch

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

> Source/WebCore/platform/encryptedmedia/clearkey/CDMClearKey.cpp:172
> +    if (initData.isEmpty() ||  initData.size() > std::numeric_limits<unsigned>::max())

(In reply to Xabier Rodríguez Calvar from comment #7)
> > Source/WebCore/platform/encryptedmedia/clearkey/CDMClearKey.cpp:172
> > +    if (initData.isEmpty() ||  initData.size() > std::numeric_limits<unsigned>::max())
> 
> There are two spaces before initData.size().

Not addressed.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180108/8e3fa040/attachment.html>


More information about the webkit-unassigned mailing list