Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f754d139 authored by Jesse Evans's avatar Jesse Evans Committed by android-build-merger
Browse files

Merge "Fix documentation bug with METADATA_KEY_LOCATION" into qt-dev

am: 8b1f5ba1

Change-Id: Iafbdb290293c6b2fd2b32b196b60f83f5c0f6a2b
parents 17b32ad1 8b1f5ba1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -869,7 +869,7 @@ public class MediaMetadataRetriever implements AutoCloseable {
     * This key retrieves the location information, if available.
     * The location should be specified according to ISO-6709 standard, under
     * a mp4/3gp box "@xyz". Location with longitude of -90 degrees and latitude
     * of 180 degrees will be retrieved as "-90.0000+180.0000", for instance.
     * of 180 degrees will be retrieved as "+180.0000-90.0000/", for instance.
     */
    public static final int METADATA_KEY_LOCATION        = 23;
    /**