Home
last modified time | relevance | path

Searched refs:cues_length (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dmatroskadec.c4303 // cues_end is computed as cues_start + cues_length + length of the in webm_dash_manifest_cues()
4306 uint64_t cues_length, cues_id; in webm_dash_manifest_cues() local
4311 bytes_read = ebml_read_length(matroska, matroska->ctx->pb, &cues_length); in webm_dash_manifest_cues()
4314 cues_end = cues_start + 4 + bytes_read + cues_length - 1; in webm_dash_manifest_cues()

Completed in 7 milliseconds