From d60b9879e2b9b4b6e718db04efe9ac33f880349a Mon Sep 17 00:00:00 2001 From: Nanang Izzuddin Date: Mon, 7 Apr 2014 04:12:57 +0000 Subject: Re #1754: Minor update, replaced comment marks. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4809 74dad513-b988-da41-8d7b-12977e46ad98 --- pjmedia/src/pjmedia/vid_stream.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pjmedia') diff --git a/pjmedia/src/pjmedia/vid_stream.c b/pjmedia/src/pjmedia/vid_stream.c index 9a9aff90..c67f657d 100644 --- a/pjmedia/src/pjmedia/vid_stream.c +++ b/pjmedia/src/pjmedia/vid_stream.c @@ -884,10 +884,10 @@ static pj_status_t put_frame(pjmedia_port *port, * but proceed the rest normally. */ if (frame_out.size != 0) { - // Copy RTP header to the beginning of packet + /* Copy RTP header to the beginning of packet */ pj_memcpy(channel->buf, rtphdr, sizeof(pjmedia_rtp_hdr)); - // Send the RTP packet to the transport. + /* Send the RTP packet to the transport. */ status = pjmedia_transport_send_rtp(stream->transport, (char*)channel->buf, frame_out.size + -- cgit v1.2.3