OSDN Git Service
(root)
/
android-x86
/
external-ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80db07a
)
ffeval: avoid folding EOF onto a valid char
author
Michael Niedermayer
<michaelni@gmx.at>
Sat, 13 Oct 2012 18:10:29 +0000
(20:10 +0200)
committer
Michael Niedermayer
<michaelni@gmx.at>
Sat, 13 Oct 2012 18:35:56 +0000
(20:35 +0200)
Fixes CID733704
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tools/ffeval.c
patch
|
blob
|
history
diff --git
a/tools/ffeval.c
b/tools/ffeval.c
index
027cd48
..
d7b736a
100644
(file)
--- a/
tools/ffeval.c
+++ b/
tools/ffeval.c
@@
-49,7
+49,7
@@
int main(int argc, char **argv)
FILE *outfile = NULL, *infile = NULL;
const char *prompt = "=> ";
int count = 0, echo = 0;
-
char
c;
+
int
c;
av_max_alloc(MAX_BLOCK_SIZE);