Home
last modified time | relevance | path

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

/third_party/ffmpeg/fftools/
Dffplay.c2502 static const int next_nb_channels[] = {0, 0, 1, 6, 2, 6, 4, 6}; in audio_open() local
2532 wanted_spec.channels = next_nb_channels[FFMIN(7, wanted_spec.channels)]; in audio_open()