Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Dmatroskadec.c82 #define SKIP_THRESHOLD 1024 * 1024 /* In non-seekable mode, if more than SKIP_THRESHOLD macro
87 * SKIP_THRESHOLD check. */
1405 // element would lead us more than SKIP_THRESHOLD away from the last in ebml_parse()
1425 if (dist > SKIP_THRESHOLD) { in ebml_parse()

Completed in 8 milliseconds