comparison liba52/resample.c @ 1412:e101d1cffec6 libavcodec

when changing version, please keep my changes (win32 compile fix)
author bellard
date Sun, 24 Aug 2003 13:57:42 +0000
parents 6a6dbba3da95
children fdb8244da1e5
comparison
equal deleted inserted replaced
1411:c2e63cb94d06 1412:e101d1cffec6
2 // a52_resample_init should find the requested converter (from type flags -> 2 // a52_resample_init should find the requested converter (from type flags ->
3 // given number of channels) and set up some function pointers... 3 // given number of channels) and set up some function pointers...
4 4
5 // a52_resample() should do the conversion. 5 // a52_resample() should do the conversion.
6 6
7 #include <inttypes.h>
8 #include <stdio.h>
9 #include "a52.h" 7 #include "a52.h"
10 #include "mm_accel.h" 8 #include "mm_accel.h"
11 #include "config.h" 9 #include "config.h"
12 #include "../libpostproc/mangle.h" 10 #include "../libpostproc/mangle.h"
13 11