Changeset 5075 for pjproject


Ignore:
Timestamp:
Apr 22, 2015 9:03:23 AM (9 years ago)
Author:
ming
Message:

Re #1843: Fixed unused variable warning when using OpenCore? AMR (thanks to Alexander Traud for the report)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/include/pjmedia-codec/amr_helper.h

    r4932 r5075  
    760760        order_maps      = pjmedia_codec_amrwb_ordermaps; 
    761761    } 
     762     
     763    PJ_UNUSED_ARG(bitrate_tbl); 
    762764 
    763765    /* unpack AMR bitstream if there is any data */ 
     
    901903        order_maps      = pjmedia_codec_amrwb_ordermaps; 
    902904    } 
     905     
     906    PJ_UNUSED_ARG(bitrate_tbl); 
    903907 
    904908    /* Code Mode Request, 4 bits */ 
     
    11131117 
    11141118    PJ_UNUSED_ARG(pkt_size); 
     1119    PJ_UNUSED_ARG(order_maps); 
    11151120 
    11161121    /* Code Mode Request, 4 bits */ 
Note: See TracChangeset for help on using the changeset viewer.