[FFmpeg-devel] [PATCH] vorbiscomment: Add DESCRIPTION to ff_vorbiscomment_metadata_conv

James Almer jamrial at gmail.com
Thu Jul 18 10:08:07 CEST 2013


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>
---
 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 }
 };
 
-- 
1.8.1.5



More information about the ffmpeg-devel mailing list