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

am: aa8ba08

* commit 'aa8ba08c80481cb21caaaab7c8f3ea98db7855fd':
  stagefright: Document that encoders are free to use available tools associated with the speficifed profile.
This commit is contained in:
Hangyu Kuang
2016-03-17 18:29:47 +00:00
committed by android-build-merger

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