Commit cd676633 authored by vaclav's avatar vaclav
Browse files

magic number -> macro define

parent 49823deb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -700,7 +700,7 @@ static ivas_error configureEncoder(
        {
            if( hEncoderConfig->Opt_SC_VBR )
            {
                return IVAS_ERROR( IVAS_ERR_INVALID_BITRATE, "Incorrect bitrate specification in IVAS [bps]: %d", 5900 );
                return IVAS_ERROR( IVAS_ERR_INVALID_BITRATE, "Incorrect bitrate specification in IVAS [bps]: %d", ACELP_5k90 );
            }
            else
            {