Mercurial > libavcodec.hg
comparison cookdata.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 |
|---|---|
| 23 | 23 |
| 24 /** | 24 /** |
| 25 * @file cookdata.h | 25 * @file cookdata.h |
| 26 * Cook AKA RealAudio G2 compatible decoderdata | 26 * Cook AKA RealAudio G2 compatible decoderdata |
| 27 */ | 27 */ |
| 28 | |
| 29 #ifndef AVCODEC_COOKDATA_H | |
| 30 #define AVCODEC_COOKDATA_H | |
| 28 | 31 |
| 29 #include <stdint.h> | 32 #include <stdint.h> |
| 30 | 33 |
| 31 /* various data tables */ | 34 /* various data tables */ |
| 32 | 35 |
| 557 }; | 560 }; |
| 558 | 561 |
| 559 static const float* cplscales[5] = { | 562 static const float* cplscales[5] = { |
| 560 cplscale2, cplscale3, cplscale4, cplscale5, cplscale6, | 563 cplscale2, cplscale3, cplscale4, cplscale5, cplscale6, |
| 561 }; | 564 }; |
| 565 | |
| 566 #endif |
