Loading lib_dec/ivas_core_dec.c +1 −1 Original line number Diff line number Diff line Loading @@ -113,7 +113,7 @@ ivas_error ivas_core_dec( hStereoICBWE = NULL; element_brate = hSCE->element_brate; #ifdef FIX_902_HACK_IN_CORECODER last_element_brate = hSCE->last_element_brate; last_element_brate = hSCE->last_element_brate; /* note: this parameter is unused */ #else last_element_brate = hSCE->element_brate; /* hack - the past parameter is not really needed */ #endif Loading Loading
lib_dec/ivas_core_dec.c +1 −1 Original line number Diff line number Diff line Loading @@ -113,7 +113,7 @@ ivas_error ivas_core_dec( hStereoICBWE = NULL; element_brate = hSCE->element_brate; #ifdef FIX_902_HACK_IN_CORECODER last_element_brate = hSCE->last_element_brate; last_element_brate = hSCE->last_element_brate; /* note: this parameter is unused */ #else last_element_brate = hSCE->element_brate; /* hack - the past parameter is not really needed */ #endif Loading