Commit 665d831f authored by vaillancour's avatar vaillancour
Browse files

fix BE issue

parent 6e08f145
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -314,7 +314,7 @@ Word16 acelp_4t64_fx(
    ELSE
    {
#ifdef REUSE_EVS_BE_ACELP_4T64
        E_ACELP_4tsearch_fx( dn, cn, H, code, &config, ind, y, element_mode );
        E_ACELP_4tsearch_fx( dn, cn, H, code, &config, ind, y, 0 );
#else
        E_ACELP_4tsearch_fx( dn, cn, H, code, &config, ind, y );
#endif