Changes between Initial Version and Version 1 of Ticket #87


Ignore:
Timestamp:
Feb 4, 2007 3:56:54 PM (17 years ago)
Author:
bennylp
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #87 – Description

    initial v1  
    1212 
    1313{{{ 
    14     if (cport->tx_setting == PJMEDIA_PORT_MUTE || cport->transmitter_cnt==0) { 
     14  if (cport->tx_setting == PJMEDIA_PORT_MUTE || cport->transmitter_cnt==0) { 
    1515       // Transmit TYPE_NONE frame 
    1616       ... 
    17     } else if (cport->src_level==0) { 
     17  } else if (cport->src_level==0) { 
    1818       // Transmit silence PCM frame 
    1919       ...