diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2005-01-04 18:21:14 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2005-01-04 18:21:14 +0000 |
commit | 2536c5fde4ac66e400eb21c91f90f044ad27d63a (patch) | |
tree | 19ca2d743c0cd0f089d6bdd51274d0dd98221825 /ffplay.c | |
parent | 348979519c729c114d0dddb4b4d2c46c7ace1773 (diff) | |
download | ffmpeg-2536c5fde4ac66e400eb21c91f90f044ad27d63a.tar.gz |
workaround missuse of url_feof()
Originally committed as revision 3804 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'ffplay.c')
-rw-r--r-- | ffplay.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 */ |