Commit 0b82612d authored by Michael Niedermayer's avatar Michael Niedermayer

ffplay: Continue if the file was appended to.

This is a bit experimental
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 3bd624b4
...@@ -2568,6 +2568,7 @@ static int decode_thread(void *arg) ...@@ -2568,6 +2568,7 @@ static int decode_thread(void *arg)
goto fail; goto fail;
} }
} }
eof=0;
continue; continue;
} }
ret = av_read_frame(ic, pkt); ret = av_read_frame(ic, pkt);
......
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