Ignore:
Timestamp:
Jan 12, 2008 11:23:02 AM (16 years ago)
Author:
bennylp
Message:

Ticket #446: Added sample application to mix WAV files using conference bridge

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/src/samples/encdec.c

    r1679 r1681  
    202202        out_frm.size = sizeof(pcmbuf); 
    203203         
    204         if ((pj_rand() % 100) < lost_pct) { 
     204        if ((pj_rand() % 100) < (int)lost_pct) { 
    205205            /* Simulate loss */ 
    206206            CHECK( codec->op->recover(codec, sizeof(pcmbuf), &out_frm) ); 
Note: See TracChangeset for help on using the changeset viewer.