提交 9cdb9d06 编写于 作者: Z Zhang Rui

ffplay: post error msg on io error

上级 62be28dc
......@@ -2131,7 +2131,9 @@ static int read_thread(void *arg)
ffp_toggle_buffering(ffp, 0);
}
if (ic->pb && ic->pb->error) {
// TODO: 9 notify error until a/v finished
last_error = ic->pb->error;
ffp_notify_msg2(ffp, FFP_MSG_ERROR, last_error);
break;
}
SDL_LockMutex(wait_mutex);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册