diff --git a/ffplay.c b/ffplay.c index c777843705..169c78ce20 100644 --- a/ffplay.c +++ b/ffplay.c @@ -2568,6 +2568,7 @@ static int decode_thread(void *arg) goto fail; } } + eof=0; continue; } ret = av_read_frame(ic, pkt);