comparison libaf/af_surround.c @ 34174:a93891202051

Add missing mp_msg.h #includes, remove some unnecessary ones.
author diego
date Wed, 26 Oct 2011 15:12:35 +0000
parents 8fa2f43cb760
children
comparison
equal deleted inserted replaced
34173:a5d8b198c214 34174:a93891202051
37 37
38 #include <stdio.h> 38 #include <stdio.h>
39 #include <stdlib.h> 39 #include <stdlib.h>
40 #include <string.h> 40 #include <string.h>
41 41
42 #include "mp_msg.h"
42 #include "af.h" 43 #include "af.h"
43 #include "dsp.h" 44 #include "dsp.h"
44 45
45 #define L 32 // Length of fir filter 46 #define L 32 // Length of fir filter
46 #define LD 65536 // Length of delay buffer 47 #define LD 65536 // Length of delay buffer