1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-10 06:10:52 +02:00

movenc: Write ?xyz geotag metadata for mov files

Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
Michael Niedermayer
2015-05-30 15:32:40 +02:00
committed by Martin Storsjö
parent bc43131997
commit daec1651f1

View File

@@ -2195,6 +2195,7 @@ static int mov_write_udta_tag(AVIOContext *pb, MOVMuxContext *mov,
mov_write_string_metadata(s, pb_buf, "\251cpy", "copyright", 0);
mov_write_string_metadata(s, pb_buf, "\251mak", "make", 0);
mov_write_string_metadata(s, pb_buf, "\251mod", "model", 0);
mov_write_string_metadata(s, pb_buf, "\251xyz", "location", 0);
} else {
/* iTunes meta data */
mov_write_meta_tag(pb_buf, mov, s);