提交 129a5303 编写于 作者: Z Zhang Rui

ijkavformat/ijkurlhook: report is_streamed

上级 dae6ce7e
......@@ -93,6 +93,7 @@ static int ijkurlhook_open(URLContext *h, const char *arg, int flags, AVDictiona
goto fail;
c->logical_size = ffurl_seek(c->inner, 0, AVSEEK_SIZE);
h->is_streamed = c->inner->is_streamed;
fail:
return ret;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册