Searched defs:ogg_codec (Results 1 – 1 of 1) sorted by relevance
31 struct ogg_codec { struct32 const int8_t *magic;33 uint8_t magicsize;34 const int8_t *name;41 int (*header)(AVFormatContext *, int);42 int (*packet)(AVFormatContext *, int);48 uint64_t (*gptopts)(AVFormatContext *, int, uint64_t, int64_t *dts);53 int granule_is_start;77 const struct ogg_codec *codec; argument