Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Dbintext.c301 static const uint8_t idf_magic[] = { variable
307 if (p->buf_size < sizeof(idf_magic)) in idf_probe()
309 if (!memcmp(p->buf, idf_magic, sizeof(idf_magic))) in idf_probe()

Completed in 2 milliseconds