提交 e04826c3 编写于 作者: Y Yusuke Nakamura 提交者: Martin Storsjö

file: Set the return value type for lseek to int64_t.

This fixes a regression in 4ed5ac50.
Signed-off-by: NMartin Storsjö <martin@martin.st>
上级 f79364b2
......@@ -121,7 +121,7 @@ static int file_open(URLContext *h, const char *filename, int flags)
static int64_t file_seek(URLContext *h, int64_t pos, int whence)
{
FileContext *c = h->priv_data;
int ret;
int64_t ret;
if (whence == AVSEEK_SIZE) {
struct stat st;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册