Ignore:
Timestamp:
Aug 19, 2008 11:23:33 AM (16 years ago)
Author:
nanang
Message:

Ticket #583: Added missing IPP codec deinit and fixed matching #if-#endif in IPP codec encode.

File:
1 edited

Legend:

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

    r2219 r2223  
    922922                *info |= 0x40; 
    923923        } 
     924#endif 
    924925 
    925926        pcm_in += samples_per_frame; 
     
    928929        bits_out += out.nbytes; 
    929930    } 
    930 #endif 
    931931 
    932932    if (ipp_codec[codec_data->codec_idx].pack != NULL) { 
Note: See TracChangeset for help on using the changeset viewer.