am 6c0fe0df: Merge "MediaFormat: Fix the documentation link to the AAC profile constants"

* commit '6c0fe0df4ea35fba69f805e18c8c88c0be31c36f':
  MediaFormat: Fix the documentation link to the AAC profile constants
This commit is contained in:
Jean-Baptiste Queru
2013-07-29 16:07:12 -07:00
committed by Android Git Automerger

View File

@ -154,7 +154,7 @@ public final class MediaFormat {
/**
* A key describing the AAC profile to be used (AAC audio formats only).
* Constants are declared in {@link android.media.MediaCodecInfo.CodecCapabilities}.
* Constants are declared in {@link android.media.MediaCodecInfo.CodecProfileLevel}.
*/
public static final String KEY_AAC_PROFILE = "aac-profile";