diff oggdec.c @ 3023:61ea9e6ee162 libavformat

Add support for speex in ogg
author reimar
date Wed, 06 Feb 2008 12:37:37 +0000
parents 35b3eaafd9fe
children 7a0230981402
line wrap: on
line diff
--- a/oggdec.c	Wed Feb 06 01:51:32 2008 +0000
+++ b/oggdec.c	Wed Feb 06 12:37:37 2008 +0000
@@ -38,6 +38,7 @@
 #define DECODER_BUFFER_SIZE MAX_PAGE_SIZE
 
 static ogg_codec_t *ogg_codecs[] = {
+    &speex_codec,
     &vorbis_codec,
     &theora_codec,
     &flac_codec,