提交 ccce8f13 编写于 作者: X Xinzheng Zhang

ff_ffplay.c: fix conversion lose warning

上级 70b38585
......@@ -2754,7 +2754,7 @@ static int read_thread(void *arg)
}
/* offset should be seeked*/
if (ffp->seek_at_start > 0) {
ffp_seek_to_l(ffp, ffp->seek_at_start);
ffp_seek_to_l(ffp, (long)(ffp->seek_at_start));
}
for (;;) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册