Home
last modified time | relevance | path

Searched defs:ogg_codec (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavformat/
Doggdec.h30 struct ogg_codec { struct
31 const int8_t *magic;
32 uint8_t magicsize;
33 const int8_t *name;
40 int (*header)(AVFormatContext *, int);
41 int (*packet)(AVFormatContext *, int);
47 uint64_t (*gptopts)(AVFormatContext *, int, uint64_t, int64_t *dts);
52 int granule_is_start;
76 const struct ogg_codec *codec; argument