Changeset 4809
- Timestamp:
- Apr 7, 2014 4:12:57 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjmedia/src/pjmedia/vid_stream.c
r4805 r4809 885 885 */ 886 886 if (frame_out.size != 0) { 887 / / Copy RTP header to the beginning of packet887 /* Copy RTP header to the beginning of packet */ 888 888 pj_memcpy(channel->buf, rtphdr, sizeof(pjmedia_rtp_hdr)); 889 889 890 / / Send the RTP packet to the transport.890 /* Send the RTP packet to the transport. */ 891 891 status = pjmedia_transport_send_rtp(stream->transport, 892 892 (char*)channel->buf,
Note: See TracChangeset
for help on using the changeset viewer.