Merge "stagefright: Document that encoders are free to use available tools associated with the speficifed profile." into nyc-dev

This commit is contained in:
Hangyu Kuang
2016-03-17 18:22:09 +00:00
committed by Android (Google) Code Review

View File

@@ -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
*/