comparison ogg2.c @ 756:677bad57fca2 libavformat

flac in ogg support based on patch by Matthieu Castet <castet dot matthieu at free dot fr>
author mru
date Wed, 11 May 2005 22:47:26 +0000
parents 27449ee55201
children cdb845a57ae4
comparison
equal deleted inserted replaced
755:27449ee55201 756:677bad57fca2
38 #define DECODER_BUFFER_SIZE MAX_PAGE_SIZE 38 #define DECODER_BUFFER_SIZE MAX_PAGE_SIZE
39 39
40 static ogg_codec_t *ogg_codecs[] = { 40 static ogg_codec_t *ogg_codecs[] = {
41 &vorbis_codec, 41 &vorbis_codec,
42 &theora_codec, 42 &theora_codec,
43 &flac_codec,
43 NULL 44 NULL
44 }; 45 };
45 46
46 #if 0 // CONFIG_ENCODERS 47 #if 0 // CONFIG_ENCODERS
47 static int 48 static int