Commit e95802d1 authored by sagnowski's avatar sagnowski
Browse files

Try to fix integer conversion warning again

parent 2d963fd4
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -382,7 +382,7 @@ ivas_error ISAR_PRE_REND_MultiBinToSplitBinaural(
    else
    {
        int16_t ch, slot_idx, num_slots;
        num_slots = (int16_t) isar_frame_size_ms * 1000000 / CLDFB_SLOT_NS;
        num_slots = (int16_t) ( isar_frame_size_ms * 1000000 / CLDFB_SLOT_NS );

        /* CLDFB synthesis of main pose */
        for ( ch = 0; ch < BINAURAL_CHANNELS; ch++ )