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/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.