summaryrefslogtreecommitdiff
path: root/ffplay.c
diff options
context:
space:
mode:
Diffstat (limited to 'ffplay.c')
-rw-r--r--ffplay.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ffplay.c b/ffplay.c
index 5d95df5712..292ac338f6 100644
--- a/ffplay.c
+++ b/ffplay.c
@@ -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 */