Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Dbintext.c86 static const uint8_t next_magic[]={ variable
98 if (avio_read(pb, buf, sizeof(next_magic)) != sizeof(next_magic)) in next_tag_read()
100 if (memcmp(buf, next_magic, sizeof(next_magic))) in next_tag_read()
137 magic = !memcmp(d + p->buf_size - 256, next_magic, sizeof(next_magic)); in bin_probe()

Completed in 1 milliseconds