Skip to content
Snippets Groups Projects
Commit 2536c5fd authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

workaround missuse of url_feof()

Originally committed as revision 3804 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 34897951
No related branches found
No related tags found
No related merge requests found
...@@ -1317,6 +1317,7 @@ static int decode_thread(void *arg) ...@@ -1317,6 +1317,7 @@ static int decode_thread(void *arg)
ret = -1; ret = -1;
goto fail; 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 */ /* if seeking requested, we execute it */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment