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:
Bohdan Horst 2004-08-25 00:01:34 +00:00 committed by Michael Niedermayer
parent 91d6655aa7
commit ad730459ed
1 changed files with 3 additions and 0 deletions

View File

@ -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