diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2011-03-10 19:56:27 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-03-10 19:57:45 +0100 |
commit | 0b82612d350ac0756c71e80d872f2f6b95f89585 (patch) | |
tree | 5fd53dc7fddaf86eec3bea59970d5a5df960c696 /ffplay.c | |
parent | 3bd624b4ee355328382295af411f5343b1329f43 (diff) | |
download | ffmpeg-0b82612d350ac0756c71e80d872f2f6b95f89585.tar.gz |
ffplay: Continue if the file was appended to.
This is a bit experimental
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'ffplay.c')
-rw-r--r-- | ffplay.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2568,6 +2568,7 @@ static int decode_thread(void *arg) goto fail; } } + eof=0; continue; } ret = av_read_frame(ic, pkt); |