OSDN Git Service
(root)
/
coroid
/
ffmpeg_saccubus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3bd624b
)
ffplay: Continue if the file was appended to.
author
Michael Niedermayer
<michaelni@gmx.at>
Thu, 10 Mar 2011 18:56:27 +0000
(19:56 +0100)
committer
Michael Niedermayer
<michaelni@gmx.at>
Thu, 10 Mar 2011 18:57:45 +0000
(19:57 +0100)
This is a bit experimental
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
ffplay.c
patch
|
blob
|
history
diff --git
a/ffplay.c
b/ffplay.c
index
c777843
..
169c78c
100644
(file)
--- 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);