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