Changeset 3288


Ignore:
Timestamp:
Aug 18, 2010 3:08:30 PM (14 years ago)
Author:
nanang
Message:

Fix #1112: fixed IPP G.729 codec to update the application regarding VAD status, disabled/off, after receiving 'fmtp:18 annexb=no' in the SDP.

File:
1 edited

Legend:

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

    r3263 r3288  
    10281028            { 
    10291029                if (pj_stricmp2(&attr->setting.enc_fmtp.param[i].val, "no")==0) 
     1030                { 
     1031                    attr->setting.vad = 0; 
    10301032                    codec_data->info->params.modes.vad = 0; 
     1033                } 
    10311034                break; 
    10321035            } 
Note: See TracChangeset for help on using the changeset viewer.