From 432ec3768cc4a3b1b01afedc456689d75c89ee2b Mon Sep 17 00:00:00 2001 From: James Dong Date: Fri, 3 Jun 2011 17:09:26 -0700 Subject: Fix the comment for the location box @xyz Change-Id: I5347e346eef40a8ba90e7a3fa786b4654d18606b --- media/libstagefright/MPEG4Writer.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'media/libstagefright/MPEG4Writer.cpp') diff --git a/media/libstagefright/MPEG4Writer.cpp b/media/libstagefright/MPEG4Writer.cpp index f6a8b17..d0f6730 100644 --- a/media/libstagefright/MPEG4Writer.cpp +++ b/media/libstagefright/MPEG4Writer.cpp @@ -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); -- cgit v1.1