comparison resample2.c @ 4962:f99e40a7155b libavcodec

Remove redundant #inclusion of common.h, avcodec.h already #includes it.
author diego
date Thu, 10 May 2007 09:00:44 +0000
parents 7ea9c6a179e8
children 0244bba24b43
comparison
equal deleted inserted replaced
4961:3e8e345084cb 4962:f99e40a7155b
25 * audio resampling 25 * audio resampling
26 * @author Michael Niedermayer <michaelni@gmx.at> 26 * @author Michael Niedermayer <michaelni@gmx.at>
27 */ 27 */
28 28
29 #include "avcodec.h" 29 #include "avcodec.h"
30 #include "common.h"
31 #include "dsputil.h" 30 #include "dsputil.h"
32 31
33 #ifndef CONFIG_RESAMPLE_HP 32 #ifndef CONFIG_RESAMPLE_HP
34 #define FILTER_SHIFT 15 33 #define FILTER_SHIFT 15
35 34