Searched refs:new_chmask (Results 1 – 1 of 1) sorted by relevance
1498 uint64_t new_chmask = avctx->channel_layout; in wavpack_decode_block() local1518 new_chmask = chmask; in wavpack_decode_block()1521 new_chmask = s->stereo ? AV_CH_LAYOUT_STEREO : in wavpack_decode_block()1525 if (new_chmask && in wavpack_decode_block()1526 av_get_channel_layout_nb_channels(new_chmask) != new_channels) { in wavpack_decode_block()1533 new_chmask != avctx->channel_layout || in wavpack_decode_block()1544 avctx->channel_layout = new_chmask; in wavpack_decode_block()