Changeset 1985 for pjproject/trunk/pjmedia/src/pjmedia-codec/ilbc.c
- Timestamp:
- Jun 6, 2008 12:15:23 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjmedia/src/pjmedia-codec/ilbc.c
r1983 r1985 265 265 attr->info.channel_cnt = 1; 266 266 attr->info.avg_bps = ilbc_factory.bps; 267 attr->info.max_bps = 15200; 267 268 attr->info.pcm_bits_per_sample = 16; 268 269 attr->info.frm_ptime = (short)ilbc_factory.mode;
Note: See TracChangeset
for help on using the changeset viewer.