Commit 225d3cc1 authored by Michael Niedermayer's avatar Michael Niedermayer

ffeval: avoid folding EOF onto a valid char

Fixes CID733704
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 80db07ad
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment