提交 2536c5fd 编写于 作者: M Michael Niedermayer

workaround missuse of url_feof()

Originally committed as revision 3804 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 34897951
......@@ -1317,6 +1317,7 @@ static int decode_thread(void *arg)
ret = -1;
goto fail;
}
ic->pb.eof_reached= 0; //FIXME hack, ffplay maybe shouldnt use url_feof() to test for the end
}
/* if seeking requested, we execute it */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册