Add support for max-res decode

bug: 16034599
Change-Id: I12124aef03518600a27de45bae24eef9c9735be5
This commit is contained in:
Jeff Tinker
2014-08-28 17:57:36 -07:00
parent 85933eb18b
commit 336d3eabc0
3 changed files with 17 additions and 0 deletions

View File

@@ -733,6 +733,13 @@ final public class MediaCodec {
*/
public static final int ERROR_RESOURCE_BUSY = 3;
/**
* This indicates that the output protection levels supported by the
* device are not sufficient to meet the requirements set by the
* content owner in the license policy.
*/
public static final int ERROR_INSUFFICIENT_OUTPUT_PROTECTION = 4;
/**
* Retrieve the error code associated with a CryptoException
*/