From f7813a5324be39d13ab536c245d15dfc602a7849 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Sun, 29 Dec 2013 12:19:38 +0000 Subject: basic type mechanism working --- ffmpeg/libavformat/vorbiscomment.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ffmpeg/libavformat/vorbiscomment.c') diff --git a/ffmpeg/libavformat/vorbiscomment.c b/ffmpeg/libavformat/vorbiscomment.c index 9b38e6a..f17a0c1 100644 --- a/ffmpeg/libavformat/vorbiscomment.c +++ b/ffmpeg/libavformat/vorbiscomment.c @@ -34,6 +34,7 @@ const AVMetadataConv ff_vorbiscomment_metadata_conv[] = { { "ALBUMARTIST", "album_artist"}, { "TRACKNUMBER", "track" }, { "DISCNUMBER", "disc" }, + { "DESCRIPTION", "comment" }, { 0 } }; -- cgit v1.2.3