Home
last modified time | relevance | path

Searched refs:ff_spdif_probe (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavformat/
Dspdifdec.c113 return ff_spdif_probe (p->buf, p->buf_size, &codec); in spdif_probe()
116 int ff_spdif_probe(const uint8_t *p_buf, int buf_size, enum AVCodecID *codec) in ff_spdif_probe() function
Dspdif.h63 int ff_spdif_probe(const uint8_t *p_buf, int buf_size, enum AVCodecID *codec);
Dwavdec.c93 ret = ff_spdif_probe(buf, len, &codec); in set_spdif()