Commit c1f418b3 authored by malenov's avatar malenov
Browse files

correction of the previous state of the code

parent 8e023fdf
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -308,6 +308,7 @@ void set_dec_frame_params(LC3PLUS_Dec* decoder)
#ifdef FIX_1082_INSTRUM_FAILED_LC3PLUS
        if (decoder->fs != 32000 && decoder->fs != 96000)
#else
        if (decoder->fs != 32000 && decoder->fs != 96000)
            if (decoder->fs != 32000)
#endif
            {