Mercurial > libavformat.hg
comparison 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 |
comparison
equal
deleted
inserted
replaced
6039:eeb6e3c4c32b | 6040:2bab410094e0 |
---|---|
1450 { | 1450 { |
1451 int64_t pos = url_ftell(pb); | 1451 int64_t pos = url_ftell(pb); |
1452 put_be32(pb, 0); /* size */ | 1452 put_be32(pb, 0); /* size */ |
1453 put_tag(pb, "ilst"); | 1453 put_tag(pb, "ilst"); |
1454 mov_write_string_metadata(s, pb, "\251nam", "title" , 1); | 1454 mov_write_string_metadata(s, pb, "\251nam", "title" , 1); |
1455 mov_write_string_metadata(s, pb, "\251ART", "author" , 1); | 1455 mov_write_string_metadata(s, pb, "\251ART", "artist" , 1); |
1456 mov_write_string_metadata(s, pb, "aART", "album_artist", 1); | 1456 mov_write_string_metadata(s, pb, "aART", "album_artist", 1); |
1457 mov_write_string_metadata(s, pb, "\251wrt", "composer" , 1); | 1457 mov_write_string_metadata(s, pb, "\251wrt", "composer" , 1); |
1458 mov_write_string_metadata(s, pb, "\251alb", "album" , 1); | 1458 mov_write_string_metadata(s, pb, "\251alb", "album" , 1); |
1459 mov_write_string_metadata(s, pb, "\251day", "date" , 1); | 1459 mov_write_string_metadata(s, pb, "\251day", "date" , 1); |
1460 mov_write_string_tag(pb, "\251too", LIBAVFORMAT_IDENT, 0, 1); | 1460 mov_write_string_tag(pb, "\251too", LIBAVFORMAT_IDENT, 0, 1); |