Commit 728ffad1 authored by michael's avatar michael

workaround missuse of url_feof()


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3804 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 06518b99
......@@ -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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment