From 5cbd0b84ac3a6a886628005fb654e77f48c40e9e Mon Sep 17 00:00:00 2001 From: Hangyu Kuang Date: Mon, 14 Mar 2016 15:24:59 -0700 Subject: [PATCH] stagefright: Document that encoders are free to use available tools associated with the speficifed profile. Bug:27597166 Change-Id: I1437d29c49ddad4779c82baf76c81a0286fa93c8 --- media/java/android/media/MediaFormat.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/media/java/android/media/MediaFormat.java b/media/java/android/media/MediaFormat.java index 26061e450e83b..346f083f696be 100644 --- a/media/java/android/media/MediaFormat.java +++ b/media/java/android/media/MediaFormat.java @@ -508,7 +508,8 @@ public final class MediaFormat { * The associated value is an integer. * Constants are declared in {@link MediaCodecInfo.CodecProfileLevel}. * This key is used as a hint, and is only supported for codecs - * that specify a profile. + * that specify a profile. Note: Codecs are free to use all the available + * coding tools at the specified profile. * * @see MediaCodecInfo.CodecCapabilities#profileLevels */