ff_spdif_probe 63 libavformat/spdif.h int ff_spdif_probe(const uint8_t *p_buf, int buf_size, enum AVCodecID *codec); ff_spdif_probe 113 libavformat/spdifdec.c return ff_spdif_probe (p->buf, p->buf_size, &codec); ff_spdif_probe 79 libavformat/wavdec.c ret = ff_spdif_probe(buf, len, &codec);