Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Ddsfdec.c40 static const uint64_t dsf_channel_layout[] = { variable
105 if (channel_type < FF_ARRAY_ELEMS(dsf_channel_layout)) in dsf_read_header()
106 st->codecpar->channel_layout = dsf_channel_layout[channel_type]; in dsf_read_header()