Home
last modified time | relevance | path

Searched refs:SOX_TAG (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavformat/
Dsoxdec.c42 if (AV_RL32(p->buf) == SOX_TAG || AV_RB32(p->buf) == SOX_TAG) in sox_probe()
60 if (avio_rl32(pb) == SOX_TAG) { in sox_read_header()
Dsox.h27 #define SOX_TAG MKTAG('.', 'S', 'o', 'X') macro