summaryrefslogtreecommitdiff
path: root/libavformat/oggdec.c
diff options
context:
space:
mode:
authorJames Darnley <james.darnley@gmail.com>2010-03-20 13:36:43 +0000
committerJustin Ruggles <justin.ruggles@gmail.com>2010-03-20 13:36:43 +0000
commit66061a1220bc91b216e2a59f6f779c7140a1d198 (patch)
treeab922f26c63401fbeeaec0adc8c17c513ee701be /libavformat/oggdec.c
parent64f6e357fdf955e67017dfd34ed06b1478b403e2 (diff)
Add VorbisComment writing to FLAC files.
Patch by James Darnley <james darnley at gmail>. Originally committed as revision 22605 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/oggdec.c')
-rw-r--r--libavformat/oggdec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/oggdec.c b/libavformat/oggdec.c
index d2bc085c04..435044fcb3 100644
--- a/libavformat/oggdec.c
+++ b/libavformat/oggdec.c
@@ -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