Home
last modified time | relevance | path

Searched refs:INITIALIZATION_RANGE (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavformat/
Dmatroska.h382 #define INITIALIZATION_RANGE "webm_dash_manifest_initialization_range" macro
Dwebmdashenc.c207 AVDictionaryEntry *irange = av_dict_get(st->metadata, INITIALIZATION_RANGE, NULL, 0); in write_representation()
Dmatroskadec.c4334 av_dict_set_int(&s->streams[0]->metadata, INITIALIZATION_RANGE, cues_start - 1, 0); in webm_dash_manifest_cues()
4389 av_dict_set_int(&s->streams[0]->metadata, INITIALIZATION_RANGE, init_range, 0); in webm_dash_manifest_read_header()