comparison mpegaudiotab.h @ 5162:4394344397d8 libavcodec

include all prerequisites in header files
author mru
date Sat, 16 Jun 2007 22:59:13 +0000
parents c8c591fe26f8
children 9ecbfc0c82bf
comparison
equal deleted inserted replaced
5161:94c3f01c243c 5162:4394344397d8
24 /** 24 /**
25 * @file mpegaudiotab.h 25 * @file mpegaudiotab.h
26 * mpeg audio layer 2 tables. 26 * mpeg audio layer 2 tables.
27 * Most of them come from the mpeg audio specification. 27 * Most of them come from the mpeg audio specification.
28 */ 28 */
29
30 #include <stdint.h>
31 #include "mpegaudio.h"
29 32
30 #define SQRT2 1.41421356237309514547 33 #define SQRT2 1.41421356237309514547
31 34
32 static const int costab32[30] = { 35 static const int costab32[30] = {
33 FIX(0.54119610014619701222), 36 FIX(0.54119610014619701222),