summaryrefslogtreecommitdiff
path: root/libavformat/oggdec.c
diff options
context:
space:
mode:
authorDavid Conrad <lessen42@gmail.com>2010-03-11 07:17:40 +0000
committerDavid Conrad <lessen42@gmail.com>2010-03-11 07:17:40 +0000
commit32ad8692846ab5cdc8f9d5126f6ac2cf437ee4e9 (patch)
tree8251e954a78d5612cf51e7d56c27bf83adc68deb /libavformat/oggdec.c
parent296bdf9cf1ab6689a9db14ee53e29a10e94a6578 (diff)
oggdec: Parse skeleton to determine the start time of each stream
Originally committed as revision 22457 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 f079946ee6..58b8f96be3 100644
--- a/libavformat/oggdec.c
+++ b/libavformat/oggdec.c
@@ -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,