Changeset 2223


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.

Location:
pjproject/trunk
Files:
2 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) { 
  • pjproject/trunk/pjsip/src/pjsua-lib/pjsua_media.c

    r2216 r2223  
    569569            pjmedia_codec_g722_deinit(); 
    570570#       endif   /* PJMEDIA_HAS_G722_CODEC */ 
     571 
     572#       if PJMEDIA_HAS_INTEL_IPP_CODECS 
     573            pjmedia_codec_ipp_deinit(); 
     574#       endif   /* PJMEDIA_HAS_INTEL_IPP_CODECS */ 
    571575 
    572576#       if PJMEDIA_HAS_L16_CODEC 
Note: See TracChangeset for help on using the changeset viewer.