Mercurial > libavcodec.hg
comparison dcadata.h @ 11600:2b35577e49db libavcodec
DECLARE_ALIGNED usage requires #inclusion of 'mem.h'.
| author | jai_menon |
|---|---|
| date | Sun, 11 Apr 2010 15:54:45 +0000 |
| parents | 59a801bfc636 |
| children | bd4754d81e42 |
comparison
equal
deleted
inserted
replaced
| 11599:192399381906 | 11600:2b35577e49db |
|---|---|
| 26 | 26 |
| 27 #ifndef AVCODEC_DCADATA_H | 27 #ifndef AVCODEC_DCADATA_H |
| 28 #define AVCODEC_DCADATA_H | 28 #define AVCODEC_DCADATA_H |
| 29 | 29 |
| 30 #include <stdint.h> | 30 #include <stdint.h> |
| 31 #include "libavutil/mem.h" | |
| 31 | 32 |
| 32 /* Generic tables */ | 33 /* Generic tables */ |
| 33 | 34 |
| 34 static const uint32_t dca_sample_rates[16] = | 35 static const uint32_t dca_sample_rates[16] = |
| 35 { | 36 { |
