Skip to content
Snippets Groups Projects
Commit 30a40c63 authored by RJ Ascani's avatar RJ Ascani Committed by CQ bot account: commit-bot@chromium.org
Browse files

[media][drm] Remove limit on InitData size

The InitData structure size vary according to their type (CENC, KEYIDS,
WEBM, etc). The 16 byte limit that was originally in place was actually
intended for init vectors for decryptors, not the init data. Since we're
not limiting the InitData types to a pre-defined set, it is difficult to
have a known limit for the size of the init data payload. The byte limit
for init vectors will be added in a subsequent CL.

Test: Compiles. There are no consumers of this API yet, so there will be
no breakages.

Change-Id: Ie6248f7d3b89a2f6d9d7d2561e9448773ae7f040
parent ad9a6459
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment