summaryrefslogtreecommitdiff
path: root/pjmedia
diff options
context:
space:
mode:
authorNanang Izzuddin <nanang@teluu.com>2014-04-07 04:12:57 +0000
committerNanang Izzuddin <nanang@teluu.com>2014-04-07 04:12:57 +0000
commitd60b9879e2b9b4b6e718db04efe9ac33f880349a (patch)
tree1d522e0e1ead7e53dd7bc104ecf9f8128e3cf7f4 /pjmedia
parenta8c34fe3dba640ec984c892f4b44dbee14a4ef3d (diff)
Re #1754: Minor update, replaced comment marks.
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4809 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjmedia')
-rw-r--r--pjmedia/src/pjmedia/vid_stream.c4
1 files changed, 2 insertions, 2 deletions
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 +