diff oggdec.c @ 5032:3aabdadf9d5f libavformat

Add a VorbisComment metadata conversion table and use it in the FLAC and Ogg demuxers.
author jbr
date Sat, 13 Jun 2009 22:45:58 +0000
parents 3a1ffb822e81
children 432736854b4c
line wrap: on
line diff
--- a/oggdec.c	Sat Jun 13 22:29:38 2009 +0000
+++ b/oggdec.c	Sat Jun 13 22:45:58 2009 +0000
@@ -583,4 +583,5 @@
     NULL,
     ogg_read_timestamp,
     .extensions = "ogg",
+    .metadata_conv = ff_vorbiscomment_metadata_conv,
 };