Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dalsdec.c177 int chan_sort; ///< channel rearrangement: 1 = on, 0 = off member
284 ff_dlog(avctx, "chan_sort = %i\n", sconf->chan_sort); in dprint_specific_config()
348 sconf->chan_sort = get_bits1(&gb); in read_specific_config()
376 if (sconf->chan_sort && avctx->ch_layout.nb_channels > 1) { in read_specific_config()