Revision edd33cb6
libavformat/movenc.c | ||
---|---|---|
1614 | 1614 |
mov_write_string_metadata(s, pb_buf, "\251aut", "author" , 0); |
1615 | 1615 |
mov_write_string_metadata(s, pb_buf, "\251alb", "album" , 0); |
1616 | 1616 |
mov_write_string_metadata(s, pb_buf, "\251day", "date" , 0); |
1617 |
mov_write_string_tag(pb_buf, "\251enc", LIBAVFORMAT_IDENT, 0, 0);
|
|
1617 |
mov_write_string_metadata(s, pb_buf, "\251swr", "encoder" , 0);
|
|
1618 | 1618 |
mov_write_string_metadata(s, pb_buf, "\251des", "comment" , 0); |
1619 | 1619 |
mov_write_string_metadata(s, pb_buf, "\251gen", "genre" , 0); |
1620 | 1620 |
mov_write_string_metadata(s, pb_buf, "\251cpy", "copyright" , 0); |
Also available in: Unified diff