- Timestamp:
- Jan 24, 2017 5:41:05 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjmedia/src/pjmedia-videodev/android_dev.c
r5166 r5544 751 751 const pjmedia_video_format_info *vfi; 752 752 pjmedia_video_apply_fmt_param vafp; 753 pj_uint32_t and_fmt ;753 pj_uint32_t and_fmt = 0; 754 754 unsigned convert_to_i420 = 0; 755 755 pj_status_t status = PJ_SUCCESS; … … 1108 1108 jlong user_data) 1109 1109 { 1110 and_stream *strm = *(and_stream**)&user_data;1110 and_stream *strm = (and_stream*)(intptr_t)user_data; 1111 1111 pjmedia_frame f; 1112 1112 pj_uint8_t *Y, *U, *V; 1113 1113 pj_status_t status; 1114 void *frame_buf, *data_buf; 1115 1114 void *frame_buf, *data_buf; 1115 1116 1116 strm->frame_ts.u64 += strm->ts_inc; 1117 1117 if (!strm->vid_cb.capture_cb)
Note: See TracChangeset
for help on using the changeset viewer.