comparison dtsdec.c @ 2186:be0ad4f3e8ea libavcodec

bsd patch by (Bohdan Horst <nexus at irc dot pl>)
author michael
date Wed, 25 Aug 2004 00:01:34 +0000
parents a0f5f4731ccd
children ef568cc0972c
comparison
equal deleted inserted replaced
2185:784c38a3ffc2 2186:be0ad4f3e8ea
26 #include "avcodec.h" 26 #include "avcodec.h"
27 #include <dts.h> 27 #include <dts.h>
28 28
29 #include <stdlib.h> 29 #include <stdlib.h>
30 #include <string.h> 30 #include <string.h>
31
32 #ifdef HAVE_MALLOC_H
31 #include <malloc.h> 33 #include <malloc.h>
34 #endif
32 35
33 #define INBUF_SIZE 4096 36 #define INBUF_SIZE 4096
34 #define BUFFER_SIZE 4096 37 #define BUFFER_SIZE 4096
35 #define HEADER_SIZE 14 38 #define HEADER_SIZE 14
36 39