Changeset 5894
- Timestamp:
- Oct 2, 2018 7:13:16 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjmedia/src/pjmedia/vid_stream.c
r5887 r5894 930 930 931 931 /* Init frame_out buffer. */ 932 pj_bzero(&frame_out, sizeof(frame_out)); 932 933 frame_out.buf = ((char*)channel->buf) + sizeof(pjmedia_rtp_hdr); 933 frame_out.size = 0;934 934 935 935 /* Check if need to send keyframe. */
Note: See TracChangeset
for help on using the changeset viewer.