Commit 03e16b0e authored by vaclav's avatar vaclav
Browse files

fix merging issue

parent 372d282e
Loading
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -586,11 +586,6 @@ void ivas_mc_paramupmix_dec_render(
            output_f_local[ch] += n_samples_sf;
        }

        for ( ch = 0; ch < MAX_OUTPUT_CHANNELS; ch++ )
        {
            output_f_local[ch] += n_samples_sf;
        }

#ifdef NONBE_UNIFIED_DECODING_PATHS
        /* update combined orientation access index */
        ivas_combined_orientation_update_index( st_ivas->hCombinedOrientationData, n_samples_sf );