[mpp_dec] clear the error info in info change frame

git-svn-id: https://10.10.10.66:8443/svn/MediaProcessPlatform/trunk/mpp@516 6e48237b-75ef-9749-8fc9-41990f28c85a
This commit is contained in:
ChenSiyong
2015-12-17 04:27:11 +00:00
parent 8868a5d2f7
commit 37434a0aca

View File

@@ -624,6 +624,7 @@ void *mpp_dec_hal_thread(void *data)
mpp_assert(info_frame);
mpp_assert(NULL == mpp_frame_get_buffer(info_frame));
mpp_frame_set_info_change(info_frame, 1);
mpp_frame_set_errinfo(info_frame, 0);
mpp_put_frame(mpp, info_frame);
hal_task_hnd_set_status(task, TASK_IDLE);
task = NULL;