Changeset 5635 for pjproject/trunk/pjsip-apps/src/samples/encdec.c
- Timestamp:
- Aug 1, 2017 7:49:34 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip-apps/src/samples/encdec.c
r5253 r5635 177 177 } 178 178 179 bitstream_size += frm_bit.size;179 bitstream_size += (unsigned)frm_bit.size; 180 180 181 181 /* Parse the bitstream (not really necessary for this case
Note: See TracChangeset
for help on using the changeset viewer.