Ignore:
Timestamp:
Dec 15, 2006 11:57:33 AM (17 years ago)
Author:
bennylp
Message:

Fixed ticket #43: echo suppressor definition in echo_suppress.c doesn't match the declaraton in echo_common.c

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/src/pjmedia/echo_suppress.c

    r658 r855  
    5151                                      unsigned samples_per_frame, 
    5252                                      unsigned tail_ms, 
     53                                      unsigned latency_ms, 
    5354                                      unsigned options, 
    5455                                      void **p_state ); 
     
    7475                                      unsigned samples_per_frame, 
    7576                                      unsigned tail_ms, 
     77                                      unsigned latency_ms, 
    7678                                      unsigned options, 
    7779                                      void **p_state ) 
Note: See TracChangeset for help on using the changeset viewer.