Ignore:
Timestamp:
Apr 20, 2009 6:38:15 PM (15 years ago)
Author:
bennylp
Message:

More ticket #774: replaced dependency to STL

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/third_party/g7221/encode/encoder.c

    r2616 r2623  
    231231    UWord32 current_word; 
    232232     
    233     Word32  acca; 
     233    Word32  acca = 0; 
    234234    Word32  accb; 
    235235    Word16  temp; 
     
    10111011         */ 
    10121012      
    1013         mytemp = acca & 0x3; 
     1013        mytemp = (Word16)(acca & 0x3); 
    10141014    acca = L_shr_nocheck(acca,2); 
    10151015 
Note: See TracChangeset for help on using the changeset viewer.