Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Dmatroskadec.c1238 static const uint64_t max_lengths[EBML_TYPE_COUNT] = { in ebml_parse() local
1375 if (max_lengths[syntax->type] && length > max_lengths[syntax->type]) { in ebml_parse()
1380 length, max_lengths[syntax->type], id, pos); in ebml_parse()

Completed in 8 milliseconds