Commit e8a2a3cb authored by norvell's avatar norvell
Browse files

Correct bug from merge with TUNE_360_OBJECT_WITH_NOISE

parent 731b08a6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -262,7 +262,7 @@ ivas_error ivas_ism_metadata_enc(
#ifdef TD5
#ifdef TUNE_360_OBJECT_WITH_NOISE
            /* In case of low level noise for low bitrate inactive frames, do not sent metadata */
            if ( localVAD[ch] == 0 && !( hSCE[ch]->hCoreCoder[0]->tcxonly ) && ( hSCE[ch]->hCoreCoder[0]->lp_noise <= 15 ) )
            if ( localVAD[ch] == 0 && !( hSCE[ch]->hCoreCoder[0]->tcxonly ) && ( hSCE[ch]->hCoreCoder[0]->lp_noise <= 10 ) )
            {
                hIsmMeta[ch]->ism_metadata_flag = 0;
            }