[FFmpeg-cvslog] avformat/movenc: Add loction/ xyz support to allow copying data between mov files
Michael Niedermayer
git at videolan.org
Sat May 30 16:46:47 CEST 2015
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sat May 30 15:32:40 2015 +0200| [a3ec1d6abddb98f7c3d4f280d71e008e88a2d385] | committer: Michael Niedermayer
avformat/movenc: Add loction/xyz support to allow copying data between mov files
Fixes Ticket4337
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a3ec1d6abddb98f7c3d4f280d71e008e88a2d385
---
libavformat/movenc.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavformat/movenc.c b/libavformat/movenc.c
index 5491082..cfd53f1 100644
--- a/libavformat/movenc.c
+++ b/libavformat/movenc.c
@@ -3080,6 +3080,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);
mov_write_raw_metadata_tag(s, pb_buf, "XMP_", "xmp");
} else {
/* iTunes meta data */
More information about the ffmpeg-cvslog
mailing list