Searched refs:cues_end (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | webmdashenc.c | 209 AVDictionaryEntry *cues_end = av_dict_get(st->metadata, CUES_END, NULL, 0); in write_representation() local 211 if (!irange || !cues_start || !cues_end || !filename) in write_representation() 217 avio_printf(pb, " indexRange=\"%s-%s\">\n", cues_start->value, cues_end->value); in write_representation()
|
D | matroskadec.c | 4289 int64_t cues_start = -1, cues_end = -1, before_pos, bandwidth; in webm_dash_manifest_cues() local 4314 cues_end = cues_start + 4 + bytes_read + cues_length - 1; in webm_dash_manifest_cues() 4317 if (cues_start == -1 || cues_end == -1) return -1; in webm_dash_manifest_cues() 4329 av_dict_set_int(&s->streams[0]->metadata, CUES_END, cues_end, 0); in webm_dash_manifest_cues()
|