Merge "Fix broken javadoc link in MediaFormat" into pi-dev

am: 15ae72085f

Change-Id: Id7af6bea28f60e93ce1a1cce94f053b9484ceb37
This commit is contained in:
Chong Zhang
2018-07-16 12:25:32 -07:00
committed by android-build-merger

View File

@@ -143,7 +143,7 @@ public final class MediaFormat {
* MIME type for HEIF still image data encoded in HEVC.
*
* To decode such an image, {@link MediaCodec} decoder for
* {@ #MIMETYPE_VIDEO_HEVC} shall be used. The client needs to form
* {@link #MIMETYPE_VIDEO_HEVC} shall be used. The client needs to form
* the correct {@link #MediaFormat} based on additional information in
* the track format, and send it to {@link MediaCodec#configure}.
*