Commit 80fdc7cf authored by bayers's avatar bayers
Browse files

remove a fix not directly related to #issue #979, will be handled with a distinct issue and MR

parent e3cd396b
Loading
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -1029,11 +1029,7 @@ void ivas_ism_dec_digest_tc(
        }

        /* also get the gains here */
#ifdef NONBE_FIX_979_OSBA_STEREO_5MS
        num_objects = st_ivas->nchan_ism;
#else
        num_objects = st_ivas->nchan_transport;
#endif
        for ( i = 0; i < num_objects; i++ )
        {
            mvr2r( st_ivas->hIsmRendererData->gains[i], st_ivas->hIsmRendererData->prev_gains[i], MAX_OUTPUT_CHANNELS );