mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-08 13:22:53 +02:00
ffeval: avoid folding EOF onto a valid char
Fixes CID733704 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
80db07adfe
commit
225d3cc1cc
@ -49,7 +49,7 @@ int main(int argc, char **argv)
|
|||||||
FILE *outfile = NULL, *infile = NULL;
|
FILE *outfile = NULL, *infile = NULL;
|
||||||
const char *prompt = "=> ";
|
const char *prompt = "=> ";
|
||||||
int count = 0, echo = 0;
|
int count = 0, echo = 0;
|
||||||
char c;
|
int c;
|
||||||
|
|
||||||
av_max_alloc(MAX_BLOCK_SIZE);
|
av_max_alloc(MAX_BLOCK_SIZE);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user