Ignore:
Timestamp:
Jun 19, 2006 12:09:20 PM (18 years ago)
Author:
bennylp
Message:

Fix warning messages in GSM and speex because of previous update to GSM patchlevel 10 and speex 1.1.12

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/src/pjmedia-codec/gsm/rpe.c

    r176 r523  
    299299 
    300300        assert(temp <= 11 && temp >= 0); 
    301         xmaxc = gsm_add( SASR(xmax, temp), exp << 3 ); 
     301        xmaxc = gsm_add( (word)SASR(xmax, temp), (word)(exp << 3) ); 
    302302 
    303303        /*   Quantizing and coding of the xM[0..12] RPE sequence 
Note: See TracChangeset for help on using the changeset viewer.