mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-11-03 09:40:50 +08:00
git-svn-id: https://10.10.10.66:8443/svn/MediaProcessPlatform/trunk/mpp@465 6e48237b-75ef-9749-8fc9-41990f28c85a
This commit is contained in:
@@ -825,7 +825,7 @@ static void write_picture(H264_StorePic_t *p, H264dVideoCtx_t *p_Vid)
|
||||
p_mark = p->mem_mark;
|
||||
//mpp_log_f(" [Write_picture] In");
|
||||
mpp_buf_slot_get_prop(p_Vid->p_Dec->frame_slots, p_mark->slot_idx, SLOT_FRAME_PTR, &frame);
|
||||
//mpp_log("[dispaly] layer_id %d pts %lld\n", p->layer_id, mpp_frame_get_pts(frame));
|
||||
mpp_log("[dispaly] layer_id %d pts %lld, g_framecnt=%d \n", p->layer_id, mpp_frame_get_pts(frame), p_Vid->g_framecnt);
|
||||
|
||||
mpp_frame_set_viewid(frame, p->layer_id);
|
||||
//if (p->layer_id == 0) {
|
||||
@@ -2061,7 +2061,7 @@ MPP_RET prepare_init_dpb_info(H264_SLICE_t *currSlice)
|
||||
|
||||
|
||||
|
||||
adjust_input(currSlice);
|
||||
//adjust_input(currSlice);
|
||||
|
||||
for (i = 0; i < MAX_DPB_SIZE; i++) {
|
||||
if (p_Dec->dpb_info[i].picbuf && (p_Dec->dpb_info[i].slot_index >= 0)) {
|
||||
|
||||
Reference in New Issue
Block a user