Mercurial > libavcodec.hg
comparison mpegaudiodectab.h @ 5163:9ecbfc0c82bf libavcodec
add multiple inclusion guards to headers
| author | mru |
|---|---|
| date | Sun, 17 Jun 2007 00:01:30 +0000 |
| parents | 4394344397d8 |
| children | 3fd46e281bd8 |
comparison
equal
deleted
inserted
replaced
| 5162:4394344397d8 | 5163:9ecbfc0c82bf |
|---|---|
| 21 | 21 |
| 22 /** | 22 /** |
| 23 * @file mpegaudiodectab.h | 23 * @file mpegaudiodectab.h |
| 24 * mpeg audio layer decoder tables. | 24 * mpeg audio layer decoder tables. |
| 25 */ | 25 */ |
| 26 | |
| 27 #ifndef AVCODEC_MPEGAUDIODECTAB_H | |
| 28 #define AVCODEC_MPEGAUDIODECTAB_H | |
| 26 | 29 |
| 27 #include <stdint.h> | 30 #include <stdint.h> |
| 28 #include "mpegaudio.h" | 31 #include "mpegaudio.h" |
| 29 | 32 |
| 30 /*******************************************************/ | 33 /*******************************************************/ |
| 597 | 600 |
| 598 /* table for alias reduction (XXX: store it as integer !) */ | 601 /* table for alias reduction (XXX: store it as integer !) */ |
| 599 static const float ci_table[8] = { | 602 static const float ci_table[8] = { |
| 600 -0.6, -0.535, -0.33, -0.185, -0.095, -0.041, -0.0142, -0.0037, | 603 -0.6, -0.535, -0.33, -0.185, -0.095, -0.041, -0.0142, -0.0037, |
| 601 }; | 604 }; |
| 605 | |
| 606 #endif |
