From d7bb185f993fe10bf7feec80e262d2e39147c31b Mon Sep 17 00:00:00 2001 From: Justin Ruggles Date: Sat, 13 Jun 2009 22:45:58 +0000 Subject: Add a VorbisComment metadata conversion table and use it in the FLAC and Ogg demuxers. Originally committed as revision 19186 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/oggdec.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/oggdec.c') diff --git a/libavformat/oggdec.c b/libavformat/oggdec.c index 5362489f5c..5d42db765c 100644 --- a/libavformat/oggdec.c +++ b/libavformat/oggdec.c @@ -583,4 +583,5 @@ AVInputFormat ogg_demuxer = { NULL, ogg_read_timestamp, .extensions = "ogg", + .metadata_conv = ff_vorbiscomment_metadata_conv, }; -- cgit v1.2.3