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

Commit 5ffc7628 authored by James Dong's avatar James Dong Committed by Android (Google) Code Review
Browse files

Merge "Fix the comment for the location box @xyz"

parents d048e38a 432ec376
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2862,8 +2862,8 @@ void MPEG4Writer::writeGeoDataBox() {
     * For historical reasons, any user data start
     * with "\0xA9", must be followed by its assoicated
     * language code.
     * 0x0012: locale en
     * 0x15c7: language 5575
     * 0x0012: text string length
     * 0x15c7: lang (locale) code: en
     */
    writeInt32(0x001215c7);
    writeLatitude(mLatitudex10000);