cj-geek
Results
12
comments of
cj-geek
trafficstars
是因为 mpp_buffer_group_limit_config(data->frm_grp, buf_size, 24) 导致的吗? 因为我将 MPP_Frame缓存起来,造成解码线程不能分配倒新的MPP_Buffer? @HermanChen
我感觉已经可以了,应该是buffer问题 RKMPPDecodeContext *rk_context = pCodecCtx->priv_data; RKMPPDecoder *decoder = (RKMPPDecoder *)rk_context->decoder_ref->data; ret = mpp_buffer_group_limit_config(decoder->frame_group, 0, 100); @HermanChen