mov: Export geotag metadata fields
authorMartin Storsjö <martin@martin.st>
Tue, 3 Jun 2014 11:48:19 +0000 (14:48 +0300)
committerMartin Storsjö <martin@martin.st>
Fri, 6 Jun 2014 07:46:10 +0000 (10:46 +0300)
commite7d6d0bf3c5cc1bc048b0ddbc169a91862568e0c
tree43a19b7b0f6bc72b45616ff5d61e5b96f5111aed
parentd816e125fe1fa5c909b706d47904a4d6c1799996
mov: Export geotag metadata fields

The '?xyz' form is used by android devices (and according to apple
mailing list archives, also by older iOS devices). The 'loci' field
(defined in 3GPP 26.244) is used by recent iOS devices.

Even though the loci field can contain an altitude, it was plain
0 in my sample. Just export longitude and latitude, in a string
format matching the one used by the '?xyz' metadata field.

Signed-off-by: Martin Storsjö <martin@martin.st>
libavformat/mov.c