Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Dvocdec.c30 if (memcmp(p->buf, ff_voc_magic, sizeof(ff_voc_magic) - 1)) in voc_probe()
H A Dvocenc.c46 avio_write(pb, ff_voc_magic, sizeof(ff_voc_magic) - 1); in voc_write_header()
H A Dvoc.c41 const unsigned char ff_voc_magic[21] = "Creative Voice File\x1A"; variable
H A Dvoc.h46 extern const unsigned char ff_voc_magic[21];

Completed in 2 milliseconds