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/pjmedia/src/pjmedia/splitcomb.c

    r3664 r4537  
    566566        extract_mono_frame((const pj_int16_t*)frame->buf, sc->put_buf, ch,  
    567567                           PJMEDIA_PIA_CCNT(&this_port->info), 
    568                            frame->size * 8 /  
     568                           (unsigned)frame->size * 8 /  
    569569                             PJMEDIA_PIA_BITS(&this_port->info) / 
    570570                             PJMEDIA_PIA_CCNT(&this_port->info)); 
Note: See TracChangeset for help on using the changeset viewer.