diff oggdec.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 8e97be5c4b94
children 536e5527c1e0
line wrap: on
line diff
--- a/oggdec.c	Thu Mar 18 00:22:58 2010 +0000
+++ b/oggdec.c	Sat Mar 20 13:36:43 2010 +0000
@@ -33,6 +33,7 @@
 #include <stdio.h>
 #include "oggdec.h"
 #include "avformat.h"
+#include "vorbiscomment.h"
 
 #define MAX_PAGE_SIZE 65307
 #define DECODER_BUFFER_SIZE MAX_PAGE_SIZE