Ignore:
Timestamp:
Jun 19, 2013 6:47:43 AM (11 years ago)
Author:
riza
Message:

Re #1680: Add initial support for Win64

File:
1 edited

Legend:

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

    r3553 r4537  
    128128 
    129129        for (i=0; i<8000/SAMPLES_PER_FRAME; ++i) { 
    130             int count; 
     130            pj_size_t count; 
    131131            pjmedia_port_get_frame(port, &frm); 
    132132            count = fwrite(buf, SAMPLES_PER_FRAME, 2, f); 
Note: See TracChangeset for help on using the changeset viewer.