Loading lib_dec/lib_dec_fx.c +2 −4 Original line number Diff line number Diff line Loading @@ -1867,15 +1867,13 @@ static ivas_error IVAS_DEC_Setup( * - reconfigure the decoder when the number of TC or IVAS total bitrate change *----------------------------------------------------------------*/ IF( st_ivas->bfi == 0 ) IF( EQ_16( st_ivas->bfi, 0 ) ) { error = IVAS_ERR_OK; // this is just to help the clang-formatting keep alignments IF( ( error = ivas_dec_setup( st_ivas ) ) != IVAS_ERR_OK ) { return error; } #ifdef DEBUGGING (void) a; // this is just to help the clang-formatting keep alignments correct #endif } *nTransportChannels = (UWord8) st_ivas->hTcBuffer->nchan_transport_jbm; Loading Loading
lib_dec/lib_dec_fx.c +2 −4 Original line number Diff line number Diff line Loading @@ -1867,15 +1867,13 @@ static ivas_error IVAS_DEC_Setup( * - reconfigure the decoder when the number of TC or IVAS total bitrate change *----------------------------------------------------------------*/ IF( st_ivas->bfi == 0 ) IF( EQ_16( st_ivas->bfi, 0 ) ) { error = IVAS_ERR_OK; // this is just to help the clang-formatting keep alignments IF( ( error = ivas_dec_setup( st_ivas ) ) != IVAS_ERR_OK ) { return error; } #ifdef DEBUGGING (void) a; // this is just to help the clang-formatting keep alignments correct #endif } *nTransportChannels = (UWord8) st_ivas->hTcBuffer->nchan_transport_jbm; Loading