Searched refs:ff_spdif_probe (Results 1 – 3 of 3) sorted by relevance
113 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
63 int ff_spdif_probe(const uint8_t *p_buf, int buf_size, enum AVCodecID *codec);
93 ret = ff_spdif_probe(buf, len, &codec); in set_spdif()