[FFmpeg-cvslog] vorbiscomment: Add DESCRIPTION to ff_vorbiscomment_metadata_conv
James Almer
git at videolan.org
Thu Jul 18 12:07:54 CEST 2013
ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Thu Jul 18 05:08:07 2013 -0300| [630fc7dcfc31ad630405dbe44ade53ec83be0ae3] | committer: Michael Niedermayer
vorbiscomment: Add DESCRIPTION to ff_vorbiscomment_metadata_conv
It's the official (or recommended) name for comment/description entries.
See https://www.xiph.org/vorbis/doc/v-comment.html
Signed-off-by: James Almer <jamrial at gmail.com>
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=630fc7dcfc31ad630405dbe44ade53ec83be0ae3
---
libavformat/vorbiscomment.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavformat/vorbiscomment.c b/libavformat/vorbiscomment.c
index 9b38e6a..f17a0c1 100644
--- a/libavformat/vorbiscomment.c
+++ b/libavformat/vorbiscomment.c
@@ -34,6 +34,7 @@ const AVMetadataConv ff_vorbiscomment_metadata_conv[] = {
{ "ALBUMARTIST", "album_artist"},
{ "TRACKNUMBER", "track" },
{ "DISCNUMBER", "disc" },
+ { "DESCRIPTION", "comment" },
{ 0 }
};
More information about the ffmpeg-cvslog
mailing list