forked from FFmpeg/FFmpeg
In mov muxer, use correct metadata tag for encoder, and use the generic metadata api name
Originally committed as revision 25497 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
946df0598b
commit
edd33cb6fa
1 changed files with 1 additions and 1 deletions
|
@ -1614,7 +1614,7 @@ static int mov_write_udta_tag(ByteIOContext *pb, MOVMuxContext *mov,
|
|||
mov_write_string_metadata(s, pb_buf, "\251aut", "author" , 0);
|
||||
mov_write_string_metadata(s, pb_buf, "\251alb", "album" , 0);
|
||||
mov_write_string_metadata(s, pb_buf, "\251day", "date" , 0);
|
||||
mov_write_string_tag(pb_buf, "\251enc", LIBAVFORMAT_IDENT, 0, 0);
|
||||
mov_write_string_metadata(s, pb_buf, "\251swr", "encoder" , 0);
|
||||
mov_write_string_metadata(s, pb_buf, "\251des", "comment" , 0);
|
||||
mov_write_string_metadata(s, pb_buf, "\251gen", "genre" , 0);
|
||||
mov_write_string_metadata(s, pb_buf, "\251cpy", "copyright" , 0);
|
||||
|
|
Loading…
Add table
Reference in a new issue