mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-16 14:11:10 +08:00
[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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user