diff flacdec.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 9a8c5a8c64ea
children e3830094915a
line wrap: on
line diff
--- a/flacdec.c	Sat Jun 13 22:29:38 2009 +0000
+++ b/flacdec.c	Sat Jun 13 22:45:58 2009 +0000
@@ -146,4 +146,5 @@
     .flags= AVFMT_GENERIC_INDEX,
     .extensions = "flac",
     .value = CODEC_ID_FLAC,
+    .metadata_conv = ff_vorbiscomment_metadata_conv,
 };