Commit 11bd534b authored by fotopoulou's avatar fotopoulou
Browse files

fix clang-format

parent 8e615d56
Loading
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -618,8 +618,6 @@ ivas_error ivas_ism_metadata_dec(
    set_s( md_diff_flag, 1, nchan_ism );


    

    for ( ch = 0; ch < *nchan_transport; ch++ )
    {
        hSCE[ch]->hCoreCoder[0]->cng_ism_flag = 0;
+7 −5
Original line number Diff line number Diff line
@@ -156,7 +156,8 @@ ivas_error ivas_jbm_dec_tc(
        {
            if ( ( error = ivas_ism_metadata_dec( ivas_total_brate, st_ivas->nchan_ism, &( st_ivas->nchan_transport ), st_ivas->hIsmMetaData, st_ivas->hSCE, st_ivas->bfi, nb_bits_metadata, st_ivas->ism_mode, st_ivas->hISMDTX, st_ivas->hDirAC->hParamIsm, &st_ivas->ism_extmeta_active, &st_ivas->ism_extmeta_cnt
#ifdef OSBA_DISC_OBJ_MCT
    , st_ivas->hSCE[0]->hCoreCoder[0]
                                                  ,
                                                  st_ivas->hSCE[0]->hCoreCoder[0]
#endif
                                                  ) ) != IVAS_ERR_OK )
            {
@@ -167,7 +168,8 @@ ivas_error ivas_jbm_dec_tc(
        {
            if ( ( error = ivas_ism_metadata_dec( ivas_total_brate, st_ivas->nchan_ism, &( st_ivas->nchan_transport ), st_ivas->hIsmMetaData, st_ivas->hSCE, st_ivas->bfi, nb_bits_metadata, st_ivas->ism_mode, st_ivas->hISMDTX, NULL, &st_ivas->ism_extmeta_active, &st_ivas->ism_extmeta_cnt
#ifdef OSBA_DISC_OBJ_MCT
    , st_ivas->hSCE[0]->hCoreCoder[0]
                                                  ,
                                                  st_ivas->hSCE[0]->hCoreCoder[0]
#endif
                                                  ) ) != IVAS_ERR_OK )
            {

lib_dec/ivas_spar_decoder.c

100755 → 100644
+2 −2

File changed.File mode changed from 100755 to 100644.

Contains only whitespace changes.

+3 −3

File changed.

Contains only whitespace changes.

+2 −2

File changed.

Contains only whitespace changes.

+6 −6

File changed.

Contains only whitespace changes.

+3 −3

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

Loading