int8_t *name;
int (*header)(AVFormatContext *, int);
int (*packet)(AVFormatContext *, int);
+ uint64_t (*gptopts)(AVFormatContext *, int, uint64_t);
} ogg_codec_t;
typedef struct ogg_stream {
int header;
int nsegs, segp;
uint8_t segments[255];
+ void *private;
} ogg_stream_t;
typedef struct ogg_state {
#define OGG_FLAG_EOS 4
extern ogg_codec_t vorbis_codec;
+extern ogg_codec_t theora_codec;
#if 0
extern ogg_codec_t ogm_video_codec;
extern ogg_codec_t ogm_audio_codec;