Go to the source code of this file.
◆ dirac_header()
◆ dirac_gptopts()
◆ old_dirac_header()
◆ old_dirac_gptopts()
◆ ff_dirac_codec
Initial value:= {
.magic = "BBCD\0",
.magicsize = 5,
.granule_is_start = 1,
.nb_header = 1,
}
static int dirac_header(AVFormatContext *s, int idx)
static uint64_t dirac_gptopts(AVFormatContext *s, int idx, uint64_t granule, int64_t *dts_out)
Definition at line 102 of file oggparsedirac.c.
◆ ff_old_dirac_codec
Initial value:= {
.magic = "KW-DIRAC",
.magicsize = 8,
.granule_is_start = 1,
.nb_header = 1,
}
static uint64_t old_dirac_gptopts(AVFormatContext *s, int idx, uint64_t gp, int64_t *dts)
static int old_dirac_header(AVFormatContext *s, int idx)
Definition at line 102 of file oggparsedirac.c.