Changeset 5060 for pjproject/trunk/pjmedia/src/pjmedia-codec/g7221.c
- Timestamp:
- Apr 10, 2015 11:47:48 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjmedia/src/pjmedia-codec/g7221.c
r5058 r5060 680 680 681 681 if (fmtp_bitrate == 0) 682 fmtp_bitrate = attr->info.avg_bps;682 fmtp_bitrate = (pj_uint16_t)attr->info.avg_bps; 683 683 684 684 /* Validate bitrate */
Note: See TracChangeset
for help on using the changeset viewer.