Changeset 5075
- Timestamp:
- Apr 22, 2015 9:03:23 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjmedia/include/pjmedia-codec/amr_helper.h
r4932 r5075 760 760 order_maps = pjmedia_codec_amrwb_ordermaps; 761 761 } 762 763 PJ_UNUSED_ARG(bitrate_tbl); 762 764 763 765 /* unpack AMR bitstream if there is any data */ … … 901 903 order_maps = pjmedia_codec_amrwb_ordermaps; 902 904 } 905 906 PJ_UNUSED_ARG(bitrate_tbl); 903 907 904 908 /* Code Mode Request, 4 bits */ … … 1113 1117 1114 1118 PJ_UNUSED_ARG(pkt_size); 1119 PJ_UNUSED_ARG(order_maps); 1115 1120 1116 1121 /* Code Mode Request, 4 bits */
Note: See TracChangeset
for help on using the changeset viewer.