Go to the source code of this file.
static uint64_t dirac_gptopts |
( |
AVFormatContext * |
s, |
|
|
int |
idx, |
|
|
uint64_t |
granule, |
|
|
int64_t * |
dts_out |
|
) |
| |
|
static |
static uint64_t old_dirac_gptopts |
( |
AVFormatContext * |
s, |
|
|
int |
idx, |
|
|
uint64_t |
gp, |
|
|
int64_t * |
dts |
|
) |
| |
|
static |
Initial value:= {
.magic = "BBCD\0",
.magicsize = 5,
.granule_is_start = 1,
.nb_header = 1,
}
static uint64_t dirac_gptopts(AVFormatContext *s, int idx, uint64_t granule, int64_t *dts_out)
static int dirac_header(AVFormatContext *s, int idx)
Definition at line 101 of file oggparsedirac.c.
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 110 of file oggparsedirac.c.