diff oggdec.c @ 5812:c66b238d4d33 libavformat

oggdec: Parse skeleton to determine the start time of each stream
author conrad
date Thu, 11 Mar 2010 07:17:40 +0000
parents d090202af37d
children e6cd8ca154f5
line wrap: on
line diff
--- a/oggdec.c	Thu Mar 11 07:17:36 2010 +0000
+++ b/oggdec.c	Thu Mar 11 07:17:40 2010 +0000
@@ -38,6 +38,7 @@
 #define DECODER_BUFFER_SIZE MAX_PAGE_SIZE
 
 static const struct ogg_codec * const ogg_codecs[] = {
+    &ff_skeleton_codec,
     &ff_dirac_codec,
     &ff_speex_codec,
     &ff_vorbis_codec,