Loading lib_dec/ivas_efap.c +1 −1 Original line number Diff line number Diff line Loading @@ -2114,7 +2114,7 @@ static int16_t get_poly_num( int16_t i; #ifdef EFAP_FIX_POLY int16_t num_poly, found_poly; int16_t poly_tmp[9], poly_dist[9]; int16_t poly_tmp[EFAP_MAX_CHAN_NUM], poly_dist[EFAP_MAX_CHAN_NUM]; float dist_tmp; float pos[3]; Loading Loading
lib_dec/ivas_efap.c +1 −1 Original line number Diff line number Diff line Loading @@ -2114,7 +2114,7 @@ static int16_t get_poly_num( int16_t i; #ifdef EFAP_FIX_POLY int16_t num_poly, found_poly; int16_t poly_tmp[9], poly_dist[9]; int16_t poly_tmp[EFAP_MAX_CHAN_NUM], poly_dist[EFAP_MAX_CHAN_NUM]; float dist_tmp; float pos[3]; Loading