Log file and Windows patch by ("Gael Chardon" <gael-announcements+ffmpeg at 4now dot net>)
Originally committed as revision 2781 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
e9a4834a7d
commit
4776fa926f
1 changed files with 1 additions and 1 deletions
2
ffmpeg.c
2
ffmpeg.c
|
|
@ -1320,7 +1320,7 @@ static int av_encode(AVFormatContext **output_files,
|
|||
fprintf(stderr, "Could not allocate log buffer\n");
|
||||
exit(1);
|
||||
}
|
||||
fread(logbuffer, 1, size, f);
|
||||
size = fread(logbuffer, 1, size, f);
|
||||
fclose(f);
|
||||
logbuffer[size] = '\0';
|
||||
codec->stats_in = logbuffer;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue