Changeset 5607 for pjproject


Ignore:
Timestamp:
Jun 15, 2017 3:03:21 AM (7 years ago)
Author:
ming
Message:

Re #1994 (misc): Fixed uninitialized return status in function wsola_discard_get_frame() which may cause the test to fail in some cases.
Thanks to Michael Scheiffler for the report.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/src/test/mips_test.c

    r5535 r5607  
    11731173{ 
    11741174    struct wsola_discard_port *wp = (struct wsola_discard_port*)this_port; 
    1175     pj_status_t status; 
     1175    pj_status_t status = PJ_SUCCESS; 
    11761176 
    11771177    while (pjmedia_circ_buf_get_len(wp->circbuf) < 
Note: See TracChangeset for help on using the changeset viewer.