Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Diff.c44 #define ID_MAUD MKTAG('M','A','U','D') macro
152 AV_RL32(d+8) == ID_MAUD || in iff_probe()
731 else if (st->codecpar->codec_tag == ID_MAUD) { in iff_read_header()
766 …if ((st->codecpar->codec_tag == ID_DSD || st->codecpar->codec_tag == ID_MAUD) && st->codecpar->blo… in iff_read_header()
843 if (st->codecpar->codec_tag == ID_DSD || st->codecpar->codec_tag == ID_MAUD) { in iff_read_packet()