Commit bc431f31 authored by Dominik Weckbecker's avatar Dominik Weckbecker 💬
Browse files

revert unnecessary formatting changes

parent 6fc1406a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -300,7 +300,7 @@ ivas_error ivas_sce_dec(
            dbgwrite( &tmpF, sizeof( float ), 1, output_frame, fname( debug_dir, "element_brate", 0, sce_id, DEC ) );
            dbgwrite( &st->element_mode, sizeof( int16_t ), 1, output_frame, fname( debug_dir, "element_mode", 0, sce_id, DEC ) );

            dbgwrite( output[0], sizeof( float ), output_frame, 1, fname( debug_dir, "output.sce", 0, sce_id, DEC ) );
            dbgwrite( output, sizeof( float ), output_frame, 1, fname( debug_dir, "output.sce", 0, sce_id, DEC ) );

            if ( st_ivas->ivas_format != MASA_ISM_FORMAT )
            {
+0 −1
Original line number Diff line number Diff line
@@ -1966,7 +1966,6 @@ void ivas_smc_mode_selection(
        *attack_flag = attack + 1;
    }


#ifdef DEBUGGING
    if ( st->idchan == 0 && st->coder_type != INACTIVE )
    {
+9 −9

File changed.

Contains only whitespace changes.