提交 fe0b2752 编写于 作者: Z Zhang Rui

ijkavformat/ijklivehook: remove redundant call to ijkurlhook_call_inject

上级 e92aeee6
......@@ -121,12 +121,6 @@ static int open_inner(AVFormatContext *avf)
int ret = -1;
int i = 0;
ret = ijkurlhook_call_inject(avf);
if (ret) {
ret = AVERROR_EXIT;
goto fail;
}
new_avf = avformat_alloc_context();
if (!new_avf) {
ret = AVERROR(ENOMEM);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册