Commit 770f9bb9 authored by reutelhuber's avatar reutelhuber
Browse files

Clang format

parent 9923b7df
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -158,8 +158,8 @@
#define OSBA_SPLIT_RENDERING
#endif

#define IGF_MEMORY_ALLOC_OPT                            /* FhG: Issue 157: allocate IGF encoder structure only when needed */

#define IGF_MEMORY_ALLOC_OPT

/* ################## End BE DEVELOPMENT switches ######################### */

lib_com/prot.h

100755 → 100644
+7 −7

File changed.File mode changed from 100755 to 100644.

Contains only whitespace changes.

lib_enc/igf_enc.c

100755 → 100644
+7 −7

File changed.File mode changed from 100755 to 100644.

Contains only whitespace changes.

lib_enc/init_enc.c

100755 → 100644
+4 −5
Original line number Diff line number Diff line
@@ -755,8 +755,7 @@ ivas_error init_encoder(
    {
        igf_brate = st->total_brate - ISM_NB_BITS_METADATA_NOMINAL * FRAMES_PER_SEC;
    }
    else if ( st->element_mode == IVAS_CPE_DFT || ( st->element_mode == IVAS_SCE && ( 
              st_ivas->hEncoderConfig->ivas_format == SBA_FORMAT || 
    else if ( st->element_mode == IVAS_CPE_DFT || ( st->element_mode == IVAS_SCE && ( st_ivas->hEncoderConfig->ivas_format == SBA_FORMAT ||
                                                                                      st_ivas->hEncoderConfig->ivas_format == SBA_ISM_FORMAT ||
                                                                                      st_ivas->hEncoderConfig->ivas_format == MC_FORMAT ||
                                                                                      st_ivas->hEncoderConfig->ivas_format == MASA_FORMAT ) ) )
+16 −16

File changed.File mode changed from 100755 to 100644.

Contains only whitespace changes.

Loading