comparison libac3/parse.c @ 64:5aa6292a1660 libavcodec

win32 fixes
author glantau
date Mon, 13 Aug 2001 21:48:05 +0000
parents 986e461dc072
children
comparison
equal deleted inserted replaced
63:8e2d8dbf89a5 64:5aa6292a1660
20 * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 20 * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
21 * 21 *
22 * 22 *
23 */ 23 */
24 24
25 #include <inttypes.h> 25 #include "../common.h"
26 #include <string.h>
27
28 #include "ac3.h" 26 #include "ac3.h"
29 #include "ac3_internal.h" 27 #include "ac3_internal.h"
30 28
31 #include "bitstream.h" 29 #include "bitstream.h"
32 #include "tables.h" 30 #include "tables.h"