You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2006-12-12 14:38:03: @bennylpcreated the issue on trac ticket 43
the declaration of fun echo_supp_create in file
pjproject-0.5.9\pjmedia\src\pjmedia\echo_suppress.c
has only 6 parameters;
PJ_DECL(pj_status_t) echo_supp_create(pj_pool_t *pool,
unsigned clock_rate,
unsigned samples_per_frame,
unsigned tail_ms,
unsigned options,
void **p_state );
However, there are 7 parameters in the declaration in file
pjproject-0.5.9\pjmedia\src\pjmedia\echo_common.c
PJ_DECL(pj_status_t) echo_supp_create(pj_pool_t *pool,
unsigned clock_rate,
unsigned samples_per_frame,
unsigned tail_ms,
unsigned latency_ms, // not appear in echo_suppress.c
unsigned options,
void **p_state );
No error appear when compling and linking, but not run correctly;
2006-12-12 14:38:40: @bennylpchanged status from new to assigned
2006-12-12 14:38:40: @bennylpedited the issue description
2006-12-15 11:57:56: @bennylpchanged status from assigned to closed
2006-12-15 11:57:56: @bennylpset resolution to fixed
2006-12-12 14:38:03: @bennylp created the issue on trac ticket 43
2006-12-12 14:38:40: @bennylp changed status from new to assigned
2006-12-12 14:38:40: @bennylp edited the issue description
2006-12-15 11:57:56: @bennylp changed status from assigned to closed
2006-12-15 11:57:56: @bennylp set resolution to fixed
2006-12-15 11:57:56: @bennylp commented
Fixed in r855
The text was updated successfully, but these errors were encountered: