Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Diff.c61 #define ID_DSD MKTAG('D','S','D',' ') macro
160 (AV_RL32(d) == ID_FRM8 && AV_RL32(d+12) == ID_DSD)) in iff_probe()
166 { AV_CODEC_ID_DSD_MSBF, ID_DSD },
500 case ID_DSD: in iff_read_header()
745 } else if (st->codecpar->codec_tag != ID_DSD && in iff_read_header()
770 if ((st->codecpar->codec_tag == ID_DSD || st->codecpar->codec_tag == ID_MAUD) && st->codecpar->block_align <= 0) in iff_read_header()
847 if (st->codecpar->codec_tag == ID_DSD || st->codecpar->codec_tag == ID_MAUD) { in iff_read_packet()

Completed in 2 milliseconds