mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-14 21:25:42 +08:00
[mpp_dec] modify eos flow, fixed eos no notify to user
git-svn-id: https://10.10.10.66:8443/svn/MediaProcessPlatform/trunk/mpp@967 6e48237b-75ef-9749-8fc9-41990f28c85a
This commit is contained in:
@@ -561,12 +561,13 @@ MPP_RET h264d_flush(void *decoder)
|
||||
if (p_Dec->mvc_valid) {
|
||||
FUN_CHECK(ret = output_dpb(p_Dec, p_Dec->p_Vid->p_Dpb_layer[1]));
|
||||
}
|
||||
|
||||
#if 0
|
||||
if (p_Dec->last_frame_slot_idx >= 0) {
|
||||
mpp_buf_slot_set_prop(p_Dec->frame_slots, p_Dec->last_frame_slot_idx,
|
||||
SLOT_EOS, &p_Dec->p_Inp->has_get_eos);
|
||||
p_Dec->last_frame_slot_idx = -1;
|
||||
}
|
||||
#endif
|
||||
__RETURN:
|
||||
FunctionOut(p_Dec->logctx.parr[RUN_PARSE]);
|
||||
return ret = MPP_OK;
|
||||
|
Reference in New Issue
Block a user