Loading lib_enc/lib_enc.c +2 −2 Original line number Diff line number Diff line Loading @@ -1611,7 +1611,7 @@ static ivas_error printConfigInfo_enc( fprintf( stdout, "Switching to SWB.\n" ); } } else if ( hIvasEnc->newBandwidthApi == SWB ) else if ( newBandwidthApi == SWB ) { fprintf( stdout, "\nSWB coding not supported below %.2f kbps. Switching to WB.\n", ACELP_9k60 / 1000.f ); } Loading Loading @@ -1650,7 +1650,7 @@ static ivas_error printConfigInfo_enc( else { #ifdef FIX_I74_BW_LIMITATION_ALT if ( hIvasEnc->newBandwidthApi != hEncoderConfig->max_bwidth ) if ( newBandwidthApi != hEncoderConfig->max_bwidth ) #else if ( hEncoderConfig->max_bwidth == FB && hEncoderConfig->ivas_total_brate < MIN_BRATE_FB_STEREO ) #endif Loading Loading
lib_enc/lib_enc.c +2 −2 Original line number Diff line number Diff line Loading @@ -1611,7 +1611,7 @@ static ivas_error printConfigInfo_enc( fprintf( stdout, "Switching to SWB.\n" ); } } else if ( hIvasEnc->newBandwidthApi == SWB ) else if ( newBandwidthApi == SWB ) { fprintf( stdout, "\nSWB coding not supported below %.2f kbps. Switching to WB.\n", ACELP_9k60 / 1000.f ); } Loading Loading @@ -1650,7 +1650,7 @@ static ivas_error printConfigInfo_enc( else { #ifdef FIX_I74_BW_LIMITATION_ALT if ( hIvasEnc->newBandwidthApi != hEncoderConfig->max_bwidth ) if ( newBandwidthApi != hEncoderConfig->max_bwidth ) #else if ( hEncoderConfig->max_bwidth == FB && hEncoderConfig->ivas_total_brate < MIN_BRATE_FB_STEREO ) #endif Loading