summaryrefslogtreecommitdiff
path: root/pjmedia/src
diff options
context:
space:
mode:
Diffstat (limited to 'pjmedia/src')
-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 +