av_log(ctx,AV_LOG_ERROR,"crossover_frequency should be >=0 and lower than half of sample rate\n");
av_log(ctx,AV_LOG_ERROR,"crossover_frequency: %f, should be >=0 and lower than half of sample rate: %d.\n",s->bands[i].topfreq,outlink->sample_rate/2);