[FFmpeg-cvslog] ffplay: Continue if the file was appended to.
Michael Niedermayer
git
Thu Mar 10 20:46:50 CET 2011
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Thu Mar 10 19:56:27 2011 +0100| [0b82612d350ac0756c71e80d872f2f6b95f89585] | committer: Michael Niedermayer
ffplay: Continue if the file was appended to.
This is a bit experimental
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0b82612d350ac0756c71e80d872f2f6b95f89585
---
ffplay.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/ffplay.c b/ffplay.c
index c777843..169c78c 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);
More information about the ffmpeg-cvslog
mailing list