mirror of https://git.ffmpeg.org/ffmpeg.git
bsd patch by (Bohdan Horst <nexus at irc dot pl>)
Originally committed as revision 3413 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
91d6655aa7
commit
ad730459ed
|
@ -28,7 +28,10 @@
|
|||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#ifdef HAVE_MALLOC_H
|
||||
#include <malloc.h>
|
||||
#endif
|
||||
|
||||
#define INBUF_SIZE 4096
|
||||
#define BUFFER_SIZE 4096
|
||||
|
|
Loading…
Reference in New Issue