diff oggdec.h @ 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 5e9709333748
children 1a3c4f74f17d
line wrap: on
line diff
--- a/oggdec.h	Thu Mar 11 07:17:36 2010 +0000
+++ b/oggdec.h	Thu Mar 11 07:17:40 2010 +0000
@@ -107,6 +107,7 @@
 extern const struct ogg_codec ff_ogm_video_codec;
 extern const struct ogg_codec ff_old_dirac_codec;
 extern const struct ogg_codec ff_old_flac_codec;
+extern const struct ogg_codec ff_skeleton_codec;
 extern const struct ogg_codec ff_speex_codec;
 extern const struct ogg_codec ff_theora_codec;
 extern const struct ogg_codec ff_vorbis_codec;