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/g711.c

    r1929 r1985  
    250250    attr->info.channel_cnt = 1; 
    251251    attr->info.avg_bps = G711_BPS; 
     252    attr->info.max_bps = G711_BPS; 
    252253    attr->info.pcm_bits_per_sample = 16; 
    253254    attr->info.frm_ptime = PTIME; 
Note: See TracChangeset for help on using the changeset viewer.