summaryrefslogtreecommitdiff
path: root/ffplay.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2011-03-10 19:56:27 +0100
committerMichael Niedermayer <michaelni@gmx.at>2011-03-10 19:57:45 +0100
commit0b82612d350ac0756c71e80d872f2f6b95f89585 (patch)
tree5fd53dc7fddaf86eec3bea59970d5a5df960c696 /ffplay.c
parent3bd624b4ee355328382295af411f5343b1329f43 (diff)
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.c1
1 files changed, 1 insertions, 0 deletions
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);