Descriptionppapi: Support up to 32 subsamples in PP_EncryptedBlockInfo.
The previous value was 16 which worked for most cases. But recently we saw
reports that there are cases that we could have 17 subsmples. Even thougt this
is very rare, but it makes sense to update our implementation to support that
case.
Our current implementation [1-2] supports this new size without requiring any
changes.
[1]
https://code.google.com/p/chromium/codesearch#chromium/src/media/cdm/ppapi/cdm_adapter.cc&rcl=1445081078&l=79
[2]
https://code.google.com/p/chromium/codesearch#chromium/src/content/renderer/pepper/content_decryptor_delegate.cc&l=128
BUG=543478
Committed: https://crrev.com/e9a0ee342d8c663a6787d1a42ab29d3dbf265395
Cr-Commit-Position: refs/heads/master@{#355157}
Patch Set 1 #
Total comments: 6
Patch Set 2 : removed changes in thunk #
Total comments: 2
Patch Set 3 : comments addressed #
Messages
Total messages: 12 (3 generated)
|