comparison 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
comparison
equal deleted inserted replaced
5856:a1121e5fa662 5857:121d6994c20e
31 31
32 32
33 #include <stdio.h> 33 #include <stdio.h>
34 #include "oggdec.h" 34 #include "oggdec.h"
35 #include "avformat.h" 35 #include "avformat.h"
36 #include "vorbiscomment.h"
36 37
37 #define MAX_PAGE_SIZE 65307 38 #define MAX_PAGE_SIZE 65307
38 #define DECODER_BUFFER_SIZE MAX_PAGE_SIZE 39 #define DECODER_BUFFER_SIZE MAX_PAGE_SIZE
39 40
40 static const struct ogg_codec * const ogg_codecs[] = { 41 static const struct ogg_codec * const ogg_codecs[] = {