Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Dpsxstr.c38 #define RIFF_TAG MKTAG('R', 'I', 'F', 'F') macro
80 if ((AV_RL32(&p->buf[0]) == RIFF_TAG) && in str_probe()
140 if (AV_RL32(&sector[0]) == RIFF_TAG) in str_read_header()
H A Dact.c29 #define RIFF_TAG MKTAG('R','I','F','F') macro
42 if ((AV_RL32(&p->buf[0]) != RIFF_TAG) || in probe()
H A D4xm.c36 #define RIFF_TAG MKTAG('R', 'I', 'F', 'F') macro
88 if ((AV_RL32(&p->buf[0]) != RIFF_TAG) || in fourxm_probe()

Completed in 3 milliseconds