Loading lib_enc/core_enc_init_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -1127,7 +1127,7 @@ void init_coder_ace_plus_ivas_fx( move16(); #ifdef HARMONIZE_2567_init_functions /* TODO mul: check, why in BASOP we can't reset st->hIGFEnc->infoTotalBitsPerFrameWritten w/o affecting bit-exactness */ if ( GT_16( st->element_mode, EVS_MONO ) ) //if ( GT_16( st->element_mode, EVS_MONO ) ) { #endif st->hIGFEnc->infoTotalBitsPerFrameWritten = 0; Loading Loading
lib_enc/core_enc_init_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -1127,7 +1127,7 @@ void init_coder_ace_plus_ivas_fx( move16(); #ifdef HARMONIZE_2567_init_functions /* TODO mul: check, why in BASOP we can't reset st->hIGFEnc->infoTotalBitsPerFrameWritten w/o affecting bit-exactness */ if ( GT_16( st->element_mode, EVS_MONO ) ) //if ( GT_16( st->element_mode, EVS_MONO ) ) { #endif st->hIGFEnc->infoTotalBitsPerFrameWritten = 0; Loading