>> + if (sconf->chan_sort) { >> + av_log_missing_feature(ctx->avctx, "Channel sorting", 0); >> + error = -1; >> + } >> + > > You don't need to exit just because the channels will be in the wrong > order. Maybe print a warning message instead. Right. Will do. Thanks! Thilo