diff movenc.c @ 6040:2bab410094e0 libavformat

change author metadata to artist in mov de/muxer
author bcoudurier
date Sun, 23 May 2010 21:03:14 +0000
parents 332ad5f30c0e
children de15f3f1f2ba
line wrap: on
line diff
--- a/movenc.c	Sun May 23 18:34:18 2010 +0000
+++ b/movenc.c	Sun May 23 21:03:14 2010 +0000
@@ -1452,7 +1452,7 @@
     put_be32(pb, 0); /* size */
     put_tag(pb, "ilst");
     mov_write_string_metadata(s, pb, "\251nam", "title"    , 1);
-    mov_write_string_metadata(s, pb, "\251ART", "author"   , 1);
+    mov_write_string_metadata(s, pb, "\251ART", "artist"   , 1);
     mov_write_string_metadata(s, pb, "aART", "album_artist", 1);
     mov_write_string_metadata(s, pb, "\251wrt", "composer" , 1);
     mov_write_string_metadata(s, pb, "\251alb", "album"    , 1);