提交 1ea25388 编写于 作者: Z Zhang Rui

ijkplayer: return NULL if ffp_create_ffplayer() failed

上级 689fda2f
......@@ -108,6 +108,7 @@ IjkMediaPlayer *ijkmp_create()
FFPlayer *ffp = ffp_create_ffplayer();
if (!mp) {
FFP_SAFE_FREE(mp);
return NULL;
}
pthread_mutex_init(&mp->mutex, NULL);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册