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-codec/ilbc.c

    r3664 r4537  
    669669    struct ilbc_codec *ilbc_codec = (struct ilbc_codec*)codec; 
    670670    pj_int16_t *pcm_in; 
    671     unsigned nsamples; 
     671    pj_size_t nsamples; 
    672672#if defined(PJMEDIA_ILBC_CODEC_USE_COREAUDIO)&& PJMEDIA_ILBC_CODEC_USE_COREAUDIO 
    673673    UInt32 npackets; 
Note: See TracChangeset for help on using the changeset viewer.