New issue
Advanced search Search tips

Issue 837457 link

Starred by 3 users

Issue metadata

Status: Assigned
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

Pass DecryptConfig AVC and HEVC classes

Project Member Reported by rkuroiwa@chromium.org, Apr 27 2018

Issue description

DecryptConfig contains all the decryption config including the subsample entries. 
This should be preferred over passing in an empty vector to indicate that the buffer is encrypted. DecoderBuffer::decrypt_config() returns nullptr if the buffer is not encrypted. So we'll have one way to indicate that the buffer is clear/encrypted.
 

Sign in to add a comment