comparison oggdec.h @ 5512:60671fac35ad libavformat

Add support for dirac in ogg
author conrad
date Mon, 11 Jan 2010 00:31:52 +0000
parents 68c8e7affd44
children 52c7b29eca31
comparison
equal deleted inserted replaced
5511:a45748f721d1 5512:60671fac35ad
88 88
89 #define OGG_FLAG_CONT 1 89 #define OGG_FLAG_CONT 1
90 #define OGG_FLAG_BOS 2 90 #define OGG_FLAG_BOS 2
91 #define OGG_FLAG_EOS 4 91 #define OGG_FLAG_EOS 4
92 92
93 extern const struct ogg_codec ff_dirac_codec;
93 extern const struct ogg_codec ff_flac_codec; 94 extern const struct ogg_codec ff_flac_codec;
94 extern const struct ogg_codec ff_ogm_audio_codec; 95 extern const struct ogg_codec ff_ogm_audio_codec;
95 extern const struct ogg_codec ff_ogm_old_codec; 96 extern const struct ogg_codec ff_ogm_old_codec;
96 extern const struct ogg_codec ff_ogm_text_codec; 97 extern const struct ogg_codec ff_ogm_text_codec;
97 extern const struct ogg_codec ff_ogm_video_codec; 98 extern const struct ogg_codec ff_ogm_video_codec;
99 extern const struct ogg_codec ff_old_dirac_codec;
98 extern const struct ogg_codec ff_old_flac_codec; 100 extern const struct ogg_codec ff_old_flac_codec;
99 extern const struct ogg_codec ff_speex_codec; 101 extern const struct ogg_codec ff_speex_codec;
100 extern const struct ogg_codec ff_theora_codec; 102 extern const struct ogg_codec ff_theora_codec;
101 extern const struct ogg_codec ff_vorbis_codec; 103 extern const struct ogg_codec ff_vorbis_codec;
102 104