Changeset 4809 for pjproject


Ignore:
Timestamp:
Apr 7, 2014 4:12:57 AM (10 years ago)
Author:
nanang
Message:

Re #1754: Minor update, replaced comment marks.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/src/pjmedia/vid_stream.c

    r4805 r4809  
    885885         */ 
    886886        if (frame_out.size != 0) { 
    887             // Copy RTP header to the beginning of packet 
     887            /* Copy RTP header to the beginning of packet */ 
    888888            pj_memcpy(channel->buf, rtphdr, sizeof(pjmedia_rtp_hdr)); 
    889889 
    890             // Send the RTP packet to the transport. 
     890            /* Send the RTP packet to the transport. */ 
    891891            status = pjmedia_transport_send_rtp(stream->transport, 
    892892                                                (char*)channel->buf, 
Note: See TracChangeset for help on using the changeset viewer.