summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/MPEG4Writer.cpp
diff options
context:
space:
mode:
authorJames Dong <jdong@google.com>2011-06-03 17:09:26 -0700
committerJames Dong <jdong@google.com>2011-06-03 17:09:26 -0700
commit432ec3768cc4a3b1b01afedc456689d75c89ee2b (patch)
tree47c54ec3d135473a0bbe2cff34c060737572b9dc /media/libstagefright/MPEG4Writer.cpp
parent92a746c3b18d035189f596ce32847bf26247aaca (diff)
downloadframeworks_av-432ec3768cc4a3b1b01afedc456689d75c89ee2b.zip
frameworks_av-432ec3768cc4a3b1b01afedc456689d75c89ee2b.tar.gz
frameworks_av-432ec3768cc4a3b1b01afedc456689d75c89ee2b.tar.bz2
Fix the comment for the location box @xyz
Change-Id: I5347e346eef40a8ba90e7a3fa786b4654d18606b
Diffstat (limited to 'media/libstagefright/MPEG4Writer.cpp')
-rw-r--r--media/libstagefright/MPEG4Writer.cpp4
1 files changed, 2 insertions, 2 deletions
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);