diff flacdec.c @ 5857:121d6994c20e libavformat

Add VorbisComment writing to FLAC files. Patch by James Darnley <james darnley at gmail>.
author jbr
date Sat, 20 Mar 2010 13:36:43 +0000
parents 134741dc8327
children 536e5527c1e0
line wrap: on
line diff
--- a/flacdec.c	Thu Mar 18 00:22:58 2010 +0000
+++ b/flacdec.c	Sat Mar 20 13:36:43 2010 +0000
@@ -24,6 +24,7 @@
 #include "raw.h"
 #include "id3v2.h"
 #include "oggdec.h"
+#include "vorbiscomment.h"
 
 static int flac_read_header(AVFormatContext *s,
                              AVFormatParameters *ap)