Home
last modified time | relevance | path

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

/third_party/ffmpeg/fftools/
Dffplay.c407 int cmp_audio_fmts(enum AVSampleFormat fmt1, int64_t channel_count1, in cmp_audio_fmts() argument
411 if (channel_count1 == 1 && channel_count2 == 1) in cmp_audio_fmts()
414 return channel_count1 != channel_count2 || fmt1 != fmt2; in cmp_audio_fmts()