Ignore:
Timestamp:
Jun 6, 2008 12:15:23 PM (16 years ago)
Author:
nanang
Message:

Added field maximum bitrate to codec param, this is useful for providing safer frame size calculation, especially when peer's bitrate is unknown

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/src/pjmedia-codec/ilbc.c

    r1983 r1985  
    265265    attr->info.channel_cnt = 1; 
    266266    attr->info.avg_bps = ilbc_factory.bps; 
     267    attr->info.max_bps = 15200; 
    267268    attr->info.pcm_bits_per_sample = 16; 
    268269    attr->info.frm_ptime = (short)ilbc_factory.mode; 
Note: See TracChangeset for help on using the changeset viewer.