Commit 0dca2ed6 authored by Dominik Weckbecker's avatar Dominik Weckbecker 💬
Browse files

fix compiler warning

parent 776bdf35
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2231,9 +2231,9 @@ void ivas_dirac_dec_render_sf(
#endif
                int16_t j, k, l;
#ifndef NONBE_FIX_1141_OSBA_ROOM_RENDERING
				int16_t j2;
				int16_t j2, lfe_index;
#endif
                int16_t num_objects, nchan_out_woLFE, lfe_index;
                int16_t num_objects, nchan_out_woLFE;
                int16_t az1, el1;
                int16_t n_slots_to_render;
                int16_t n_samples_to_render;
@@ -2272,10 +2272,10 @@ void ivas_dirac_dec_render_sf(
                        }
                    }

                    lfe_index = 0;
#ifdef NONBE_FIX_1141_OSBA_ROOM_RENDERING
					for (j = 0; j < nchan_out_woLFE; j++)
#else
					lfe_index = 0;
                    for ( j = 0, j2 = 0; j < nchan_out_woLFE; j++, j2++ )
#endif
                    {